#62026F

Color #62026F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #62026F

Tints of Purple #62026F

Color information

#62026F (or 0x62026F) is unknown color: approx Purple. HEX triplet: 62, 02 and 6F. RGB value is (98,2,111). Sum of RGB (Red+Green+Blue) = 98+2+111=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 111 (43.75% from 255 or 52.61% from 211); Max value from RGB is 111 - color contains mainly: blue. Hex color #62026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62026F is #9DFD90. Grayscale: #2A2A2A. Windows color (decimal): -10354065 or 7275106. OLE color: 7275106.

HSL color Cylindrical-coordinate representation of color #62026F: hue angle of 292.84º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #62026F is Cyan = 0.12, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB982111-
CMYK0.120.9800.56
HSL292.84º96.46%22.16%-
HSV(B)292.84º98.2%43.53%-
XYZ7.933.7915.35-
YUV43.13166.3167.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 2 (1.17% from 255) = 0.95%
BLUE value IS 111 (43.75% from 255) = 52.61%
R=46.45%
G=0.95%
B=52.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9821110.120.9800.56292.8496.4622.16
Hex6226FC620381256016
Octal14221571414207044514026
Binary1100010101101111110011000100111000100100101110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62026F; }

 p { color: rgb(98,2,111); }

 H1.HeaderClassName
 {
   color: #62026F;
 }
 .AnyTagClassName
 {
   color: #62026F;
 }
</style>
background-color css

<style>
 a { background-color: #62026F; }

 a { background-color: rgb(98,2,111); }

 div.DivClassName
 {
   background-color: #62026F;
 }
 .BgClassName
 {
   background-color: #62026F;
 }
</style>
border-color css

<style>
 span { border-color: #62026F; }

 span { border-color: rgb(98,2,111); }

 td.TdClassName
 {
   border-color: #62026F;
 }
 .TagClassName
 {
   border-color: #62026F;
 }
</style>