Shades of Purple #62086F
Tints of Purple #62086F
RGB
CMYK
RGB Variations
Color information
#62086F (or 0x62086F) is known color: Purple. HEX triplet: 62, 08 and 6F. RGB value is (98,8,111). Sum of RGB (Red+Green+Blue) = 98+8+111=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #62086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62086F is #9DF790. Grayscale: #2E2E2E. Windows color (decimal): -10352529 or 7276642. OLE color: 7276642.
HSL color Cylindrical-coordinate representation of color #62086F: hue angle of 292.43º degrees, saturation: 0.87, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #62086F is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 98 | 8 | 111 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.56 |
| HSL | 292.43º | 0.87% | 0.23% | - |
| HSV(B) | 292.43º | 0.93% | 0.44% | - |
| XYZ | 7.99 | 3.92 | 15.37 | - |
| YUV | 46.65 | 164.32 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 8 | 111 | 0.12 | 0.93 | 0 | 0.56 | 292.43 | 0.87 | 0.23 |
| Hex | 62 | 8 | 6F | C | 5D | 0 | 38 | 124 | 57 | 17 |
| Octal | 142 | 10 | 157 | 14 | 135 | 0 | 70 | 444 | 127 | 27 |
| Binary | 1100010 | 1000 | 1101111 | 1100 | 1011101 | 0 | 111000 | 100100100 | 1010111 | 10111 |
Color Harmonies of #62086F
Complementary color
Monochromatic Colors of #62086F
Black with #62086F
Text Example
Text Example
White with #62086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62086F; }
p { color: rgb(98,8,111); }
H1.HeaderClassName
{
color: #62086F;
}
.AnyTagClassName
{
color: #62086F;
}
</style>
background-color css
<style>
a { background-color: #62086F; }
a { background-color: rgb(98,8,111); }
div.DivClassName
{
background-color: #62086F;
}
.BgClassName
{
background-color: #62086F;
}
</style>
border-color css
<style>
span { border-color: #62086F; }
span { border-color: rgb(98,8,111); }
td.TdClassName
{
border-color: #62086F;
}
.TagClassName
{
border-color: #62086F;
}
</style>