Shades of Purple #65056C
Tints of Purple #65056C
RGB
CMYK
RGB Variations
Color information
#65056C (or 0x65056C) is known color: Purple. HEX triplet: 65, 05 and 6C. RGB value is (101,5,108). Sum of RGB (Red+Green+Blue) = 101+5+108=214 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.20% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 108 (42.58% from 255 or 50.47% from 214); Max value from RGB is 108 - color contains mainly: blue. Hex color #65056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65056C is #9AFA93. Grayscale: #2D2D2D. Windows color (decimal): -10156692 or 7079269. OLE color: 7079269.
HSL color Cylindrical-coordinate representation of color #65056C: hue angle of 295.92º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #65056C is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 5 | 108 | - |
| CMYK | 0.06 | 0.95 | 0 | 0.58 |
| HSL | 295.92º | 0.91% | 0.22% | - |
| HSV(B) | 295.92º | 0.95% | 0.42% | - |
| XYZ | 8.13 | 3.96 | 14.52 | - |
| YUV | 45.45 | 163.3 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 5 | 108 | 0.06 | 0.95 | 0 | 0.58 | 295.92 | 0.91 | 0.22 |
| Hex | 65 | 5 | 6C | 6 | 5F | 0 | 3A | 128 | 5B | 16 |
| Octal | 145 | 5 | 154 | 6 | 137 | 0 | 72 | 450 | 133 | 26 |
| Binary | 1100101 | 101 | 1101100 | 110 | 1011111 | 0 | 111010 | 100101000 | 1011011 | 10110 |
Color Harmonies of #65056C
Complementary color
Monochromatic Colors of #65056C
Black with #65056C
Text Example
Text Example
White with #65056C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65056C; }
p { color: rgb(101,5,108); }
H1.HeaderClassName
{
color: #65056C;
}
.AnyTagClassName
{
color: #65056C;
}
</style>
background-color css
<style>
a { background-color: #65056C; }
a { background-color: rgb(101,5,108); }
div.DivClassName
{
background-color: #65056C;
}
.BgClassName
{
background-color: #65056C;
}
</style>
border-color css
<style>
span { border-color: #65056C; }
span { border-color: rgb(101,5,108); }
td.TdClassName
{
border-color: #65056C;
}
.TagClassName
{
border-color: #65056C;
}
</style>