Shades of Purple #65007C
Tints of Purple #65007C
RGB
CMYK
RGB Variations
Color information
#65007C (or 0x65007C) is known color: Purple. HEX triplet: 65, 00 and 7C. RGB value is (101,0,124). Sum of RGB (Red+Green+Blue) = 101+0+124=225 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 124 (48.83% from 255 or 55.11% from 225); Max value from RGB is 124 - color contains mainly: blue. Hex color #65007C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65007C is #9AFF83. Grayscale: #2B2B2B. Windows color (decimal): -10157956 or 8126565. OLE color: 8126565.
HSL color Cylindrical-coordinate representation of color #65007C: hue angle of 288.87º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65007C is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 0 | 124 | - |
| CMYK | 0.19 | 1 | 0 | 0.51 |
| HSL | 288.87º | 1% | 0.24% | - |
| HSV(B) | 288.87º | 1% | 0.49% | - |
| XYZ | 9 | 4.22 | 19.41 | - |
| YUV | 44.34 | 172.96 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 124 | 0.19 | 1 | 0 | 0.51 | 288.87 | 1 | 0.24 |
| Hex | 65 | 0 | 7C | 13 | 64 | 0 | 33 | 121 | 64 | 18 |
| Octal | 145 | 0 | 174 | 23 | 144 | 0 | 63 | 441 | 144 | 30 |
| Binary | 1100101 | 0 | 1111100 | 10011 | 1100100 | 0 | 110011 | 100100001 | 1100100 | 11000 |
Color Harmonies of #65007C
Complementary color
Monochromatic Colors of #65007C
Black with #65007C
Text Example
Text Example
White with #65007C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65007C; }
p { color: rgb(101,0,124); }
H1.HeaderClassName
{
color: #65007C;
}
.AnyTagClassName
{
color: #65007C;
}
</style>
background-color css
<style>
a { background-color: #65007C; }
a { background-color: rgb(101,0,124); }
div.DivClassName
{
background-color: #65007C;
}
.BgClassName
{
background-color: #65007C;
}
</style>
border-color css
<style>
span { border-color: #65007C; }
span { border-color: rgb(101,0,124); }
td.TdClassName
{
border-color: #65007C;
}
.TagClassName
{
border-color: #65007C;
}
</style>