#62006E

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

Shades of Purple #62006E

Tints of Purple #62006E

Color information

#62006E (or 0x62006E) is unknown color: approx Purple. HEX triplet: 62, 00 and 6E. RGB value is (98,0,110). Sum of RGB (Red+Green+Blue) = 98+0+110=208 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.12% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 110 (43.36% from 255 or 52.88% from 208); Max value from RGB is 110 - color contains mainly: blue. Hex color #62006E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62006E is #9DFF91. Grayscale: #292929. Windows color (decimal): -10354578 or 7209058. OLE color: 7209058.

HSL color Cylindrical-coordinate representation of color #62006E: hue angle of 293.45º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #62006E is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB980110-
CMYK0.11100.57
HSL293.45º100%21.57%-
HSV(B)293.45º100%43.14%-
XYZ7.853.7215.06-
YUV41.84166.47168.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 52.88%
R=47.12%
G=0%
B=52.88%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9801100.11100.57293.4510021.57
Hex6206EB640391256416
Octal14201561314407144514426
Binary110001001101110101111001000111001100100101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62006E; }

 p { color: rgb(98,0,110); }

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

<style>
 a { background-color: #62006E; }

 a { background-color: rgb(98,0,110); }

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

<style>
 span { border-color: #62006E; }

 span { border-color: rgb(98,0,110); }

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