Shades of Purple #65066F
Tints of Purple #65066F
RGB
CMYK
RGB Variations
Color information
#65066F (or 0x65066F) is known color: Purple. HEX triplet: 65, 06 and 6F. RGB value is (101,6,111). Sum of RGB (Red+Green+Blue) = 101+6+111=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 6 (2.73% from 255 or 2.75% 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 #65066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65066F is #9AF990. Grayscale: #2E2E2E. Windows color (decimal): -10156433 or 7276133. OLE color: 7276133.
HSL color Cylindrical-coordinate representation of color #65066F: hue angle of 294.29º degrees, saturation: 0.9, 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 #65066F is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 6 | 111 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.56 |
| HSL | 294.29º | 0.9% | 0.23% | - |
| HSV(B) | 294.29º | 0.95% | 0.44% | - |
| XYZ | 8.3 | 4.04 | 15.38 | - |
| YUV | 46.38 | 164.47 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 6 | 111 | 0.09 | 0.95 | 0 | 0.56 | 294.29 | 0.9 | 0.23 |
| Hex | 65 | 6 | 6F | 9 | 5F | 0 | 38 | 126 | 5A | 17 |
| Octal | 145 | 6 | 157 | 11 | 137 | 0 | 70 | 446 | 132 | 27 |
| Binary | 1100101 | 110 | 1101111 | 1001 | 1011111 | 0 | 111000 | 100100110 | 1011010 | 10111 |
Color Harmonies of #65066F
Complementary color
Monochromatic Colors of #65066F
Black with #65066F
Text Example
Text Example
White with #65066F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65066F; }
p { color: rgb(101,6,111); }
H1.HeaderClassName
{
color: #65066F;
}
.AnyTagClassName
{
color: #65066F;
}
</style>
background-color css
<style>
a { background-color: #65066F; }
a { background-color: rgb(101,6,111); }
div.DivClassName
{
background-color: #65066F;
}
.BgClassName
{
background-color: #65066F;
}
</style>
border-color css
<style>
span { border-color: #65066F; }
span { border-color: rgb(101,6,111); }
td.TdClassName
{
border-color: #65066F;
}
.TagClassName
{
border-color: #65066F;
}
</style>