Shades of Purple #65017C
Tints of Purple #65017C
RGB
CMYK
RGB Variations
Color information
#65017C (or 0x65017C) is known color: Purple. HEX triplet: 65, 01 and 7C. RGB value is (101,1,124). Sum of RGB (Red+Green+Blue) = 101+1+124=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 124 (48.83% from 255 or 54.87% from 226); Max value from RGB is 124 - color contains mainly: blue. Hex color #65017C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65017C is #9AFE83. Grayscale: #2C2C2C. Windows color (decimal): -10157700 or 8126821. OLE color: 8126821.
HSL color Cylindrical-coordinate representation of color #65017C: hue angle of 288.78º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #65017C is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 1 | 124 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.51 |
| HSL | 288.78º | 0.98% | 0.25% | - |
| HSV(B) | 288.78º | 0.99% | 0.49% | - |
| XYZ | 9.02 | 4.24 | 19.41 | - |
| YUV | 44.92 | 172.63 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 124 | 0.19 | 0.99 | 0 | 0.51 | 288.78 | 0.98 | 0.25 |
| Hex | 65 | 1 | 7C | 13 | 63 | 0 | 33 | 121 | 62 | 19 |
| Octal | 145 | 1 | 174 | 23 | 143 | 0 | 63 | 441 | 142 | 31 |
| Binary | 1100101 | 1 | 1111100 | 10011 | 1100011 | 0 | 110011 | 100100001 | 1100010 | 11001 |
Color Harmonies of #65017C
Complementary color
Monochromatic Colors of #65017C
Black with #65017C
Text Example
Text Example
White with #65017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65017C; }
p { color: rgb(101,1,124); }
H1.HeaderClassName
{
color: #65017C;
}
.AnyTagClassName
{
color: #65017C;
}
</style>
background-color css
<style>
a { background-color: #65017C; }
a { background-color: rgb(101,1,124); }
div.DivClassName
{
background-color: #65017C;
}
.BgClassName
{
background-color: #65017C;
}
</style>
border-color css
<style>
span { border-color: #65017C; }
span { border-color: rgb(101,1,124); }
td.TdClassName
{
border-color: #65017C;
}
.TagClassName
{
border-color: #65017C;
}
</style>