#62046B

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

Shades of Purple #62046B

Tints of Purple #62046B

Color information

#62046B (or 0x62046B) is unknown color: approx Purple. HEX triplet: 62, 04 and 6B. RGB value is (98,4,107). Sum of RGB (Red+Green+Blue) = 98+4+107=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 107 (42.19% from 255 or 51.20% from 209); Max value from RGB is 107 - color contains mainly: blue. Hex color #62046B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62046B is #9DFB94. Grayscale: #2B2B2B. Windows color (decimal): -10353557 or 7013474. OLE color: 7013474.

HSL color Cylindrical-coordinate representation of color #62046B: hue angle of 294.76º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #62046B is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB984107-
CMYK0.080.9600.58
HSL294.76º92.79%21.76%-
HSV(B)294.76º96.26%41.96%-
XYZ7.733.7514.23-
YUV43.85163.64166.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 107 (42.19% from 255) = 51.20%
R=46.89%
G=1.91%
B=51.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9841070.080.9600.58294.7692.7921.76
Hex6246B86003A1275d16
Octal14241531014007244713526
Binary11000101001101011100011000000111010100100111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62046B; }

 p { color: rgb(98,4,107); }

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

<style>
 a { background-color: #62046B; }

 a { background-color: rgb(98,4,107); }

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

<style>
 span { border-color: #62046B; }

 span { border-color: rgb(98,4,107); }

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