#62056F

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

Shades of Purple #62056F

Tints of Purple #62056F

Color information

#62056F (or 0x62056F) is unknown color: approx Purple. HEX triplet: 62, 05 and 6F. RGB value is (98,5,111). Sum of RGB (Red+Green+Blue) = 98+5+111=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #62056F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62056F is #9DFA90. Grayscale: #2C2C2C. Windows color (decimal): -10353297 or 7275874. OLE color: 7275874.

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

Color convert

RGB985111-
CMYK0.120.9500.56
HSL292.64º91.38%22.75%-
HSV(B)292.64º95.5%43.53%-
XYZ7.963.8515.36-
YUV44.89165.31165.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.79%
GREEN value IS 5 (2.34% from 255) = 2.34%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=45.79%
G=2.34%
B=51.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9851110.120.9500.56292.6491.3822.75
Hex6256FC5F0381255b17
Octal14251571413707044513327
Binary11000101011101111110010111110111000100100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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