#62096F

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

Shades of Purple #62096F

Tints of Purple #62096F

Color information

#62096F (or 0x62096F) is unknown color: approx Purple. HEX triplet: 62, 09 and 6F. RGB value is (98,9,111). Sum of RGB (Red+Green+Blue) = 98+9+111=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #62096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62096F is #9DF690. Grayscale: #2E2E2E. Windows color (decimal): -10352273 or 7276898. OLE color: 7276898.

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

Color convert

RGB989111-
CMYK0.120.9200.56
HSL292.35º85%23.53%-
HSV(B)292.35º91.89%43.53%-
XYZ83.9415.38-
YUV47.24163.99164.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 9 (3.91% from 255) = 4.13%
BLUE value IS 111 (43.75% from 255) = 50.92%
R=44.95%
G=4.13%
B=50.92%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9891110.120.9200.56292.358523.53
Hex6296FC5C0381245518
Octal142111571413407044412530
Binary110001010011101111110010111000111000100100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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