Shades of Purple #65007A
Tints of Purple #65007A
RGB
CMYK
RGB Variations
Color information
#65007A (or 0x65007A) is known color: Purple. HEX triplet: 65, 00 and 7A. RGB value is (101,0,122). Sum of RGB (Red+Green+Blue) = 101+0+122=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 0 (0.39% from 255 or 0% from 223); Blue value is 122 (48.05% from 255 or 54.71% from 223); Max value from RGB is 122 - color contains mainly: blue. Hex color #65007A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65007A is #9AFF85. Grayscale: #2B2B2B. Windows color (decimal): -10157958 or 7995493. OLE color: 7995493.
HSL color Cylindrical-coordinate representation of color #65007A: hue angle of 289.67º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #65007A is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 0 | 122 | - |
| CMYK | 0.17 | 1 | 0 | 0.52 |
| HSL | 289.67º | 1% | 0.24% | - |
| HSV(B) | 289.67º | 1% | 0.48% | - |
| XYZ | 8.88 | 4.17 | 18.75 | - |
| YUV | 44.11 | 171.96 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 122 | 0.17 | 1 | 0 | 0.52 | 289.67 | 1 | 0.24 |
| Hex | 65 | 0 | 7A | 11 | 64 | 0 | 34 | 122 | 64 | 18 |
| Octal | 145 | 0 | 172 | 21 | 144 | 0 | 64 | 442 | 144 | 30 |
| Binary | 1100101 | 0 | 1111010 | 10001 | 1100100 | 0 | 110100 | 100100010 | 1100100 | 11000 |
Color Harmonies of #65007A
Complementary color
Monochromatic Colors of #65007A
Black with #65007A
Text Example
Text Example
White with #65007A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65007A; }
p { color: rgb(101,0,122); }
H1.HeaderClassName
{
color: #65007A;
}
.AnyTagClassName
{
color: #65007A;
}
</style>
background-color css
<style>
a { background-color: #65007A; }
a { background-color: rgb(101,0,122); }
div.DivClassName
{
background-color: #65007A;
}
.BgClassName
{
background-color: #65007A;
}
</style>
border-color css
<style>
span { border-color: #65007A; }
span { border-color: rgb(101,0,122); }
td.TdClassName
{
border-color: #65007A;
}
.TagClassName
{
border-color: #65007A;
}
</style>