#62006F

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

Shades of Purple #62006F

Tints of Purple #62006F

Color information

#62006F (or 0x62006F) is unknown color: approx Purple. HEX triplet: 62, 00 and 6F. RGB value is (98,0,111). Sum of RGB (Red+Green+Blue) = 98+0+111=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #62006F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62006F is #9DFF90. Grayscale: #292929. Windows color (decimal): -10354577 or 7274594. OLE color: 7274594.

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

Color convert

RGB980111-
CMYK0.12100.56
HSL292.97º100%21.76%-
HSV(B)292.97º100%43.53%-
XYZ7.913.7415.34-
YUV41.96166.97167.97-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=46.89%
G=0%
B=53.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9801110.12100.56292.9710021.76
Hex6206FC640381256416
Octal14201571414407044514426
Binary110001001101111110011001000111000100100101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62006F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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