#62026A

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

Shades of Purple #62026A

Tints of Purple #62026A

Color information

#62026A (or 0x62026A) is unknown color: approx Purple. HEX triplet: 62, 02 and 6A. RGB value is (98,2,106). Sum of RGB (Red+Green+Blue) = 98+2+106=206 (27% of max value = 765). Red value is 98 (38.67% from 255 or 47.57% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 106 (41.80% from 255 or 51.46% from 206); Max value from RGB is 106 - color contains mainly: blue. Hex color #62026A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62026A is #9DFD95. Grayscale: #2A2A2A. Windows color (decimal): -10354070 or 6947426. OLE color: 6947426.

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

Color convert

RGB982106-
CMYK0.080.9800.58
HSL295.38º96.3%21.18%-
HSV(B)295.38º98.11%41.57%-
XYZ7.663.6813.94-
YUV42.56163.8167.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 47.57%
GREEN value IS 2 (1.17% from 255) = 0.97%
BLUE value IS 106 (41.80% from 255) = 51.46%
R=47.57%
G=0.97%
B=51.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9821060.080.9800.58295.3896.321.18
Hex6226A86203A1276015
Octal14221521014207244714025
Binary1100010101101010100011000100111010100100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62026A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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