Shades of Purple #65086F
Tints of Purple #65086F
RGB
CMYK
RGB Variations
Color information
#65086F (or 0x65086F) is known color: Purple. HEX triplet: 65, 08 and 6F. RGB value is (101,8,111). Sum of RGB (Red+Green+Blue) = 101+8+111=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 111 (43.75% from 255 or 50.45% from 220); Max value from RGB is 111 - color contains mainly: blue. Hex color #65086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65086F is #9AF790. Grayscale: #2F2F2F. Windows color (decimal): -10155921 or 7276645. OLE color: 7276645.
HSL color Cylindrical-coordinate representation of color #65086F: hue angle of 294.17º 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 #65086F is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 8 | 111 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.56 |
| HSL | 294.17º | 0.87% | 0.23% | - |
| HSV(B) | 294.17º | 0.93% | 0.44% | - |
| XYZ | 8.32 | 4.09 | 15.39 | - |
| YUV | 47.55 | 163.81 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 8 | 111 | 0.09 | 0.93 | 0 | 0.56 | 294.17 | 0.87 | 0.23 |
| Hex | 65 | 8 | 6F | 9 | 5D | 0 | 38 | 126 | 57 | 17 |
| Octal | 145 | 10 | 157 | 11 | 135 | 0 | 70 | 446 | 127 | 27 |
| Binary | 1100101 | 1000 | 1101111 | 1001 | 1011101 | 0 | 111000 | 100100110 | 1010111 | 10111 |
Color Harmonies of #65086F
Complementary color
Monochromatic Colors of #65086F
Black with #65086F
Text Example
Text Example
White with #65086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65086F; }
p { color: rgb(101,8,111); }
H1.HeaderClassName
{
color: #65086F;
}
.AnyTagClassName
{
color: #65086F;
}
</style>
background-color css
<style>
a { background-color: #65086F; }
a { background-color: rgb(101,8,111); }
div.DivClassName
{
background-color: #65086F;
}
.BgClassName
{
background-color: #65086F;
}
</style>
border-color css
<style>
span { border-color: #65086F; }
span { border-color: rgb(101,8,111); }
td.TdClassName
{
border-color: #65086F;
}
.TagClassName
{
border-color: #65086F;
}
</style>