Shades of Purple #65007B
Tints of Purple #65007B
RGB
CMYK
RGB Variations
Color information
#65007B (or 0x65007B) is known color: Purple. HEX triplet: 65, 00 and 7B. RGB value is (101,0,123). Sum of RGB (Red+Green+Blue) = 101+0+123=224 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.09% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 123 (48.44% from 255 or 54.91% from 224); Max value from RGB is 123 - color contains mainly: blue. Hex color #65007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65007B is #9AFF84. Grayscale: #2B2B2B. Windows color (decimal): -10157957 or 8061029. OLE color: 8061029.
HSL color Cylindrical-coordinate representation of color #65007B: hue angle of 289.27º 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 #65007B is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 0 | 123 | - |
| CMYK | 0.18 | 1 | 0 | 0.52 |
| HSL | 289.27º | 1% | 0.24% | - |
| HSV(B) | 289.27º | 1% | 0.48% | - |
| XYZ | 8.94 | 4.2 | 19.08 | - |
| YUV | 44.22 | 172.46 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 123 | 0.18 | 1 | 0 | 0.52 | 289.27 | 1 | 0.24 |
| Hex | 65 | 0 | 7B | 12 | 64 | 0 | 34 | 121 | 64 | 18 |
| Octal | 145 | 0 | 173 | 22 | 144 | 0 | 64 | 441 | 144 | 30 |
| Binary | 1100101 | 0 | 1111011 | 10010 | 1100100 | 0 | 110100 | 100100001 | 1100100 | 11000 |
Color Harmonies of #65007B
Complementary color
Monochromatic Colors of #65007B
Black with #65007B
Text Example
Text Example
White with #65007B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65007B; }
p { color: rgb(101,0,123); }
H1.HeaderClassName
{
color: #65007B;
}
.AnyTagClassName
{
color: #65007B;
}
</style>
background-color css
<style>
a { background-color: #65007B; }
a { background-color: rgb(101,0,123); }
div.DivClassName
{
background-color: #65007B;
}
.BgClassName
{
background-color: #65007B;
}
</style>
border-color css
<style>
span { border-color: #65007B; }
span { border-color: rgb(101,0,123); }
td.TdClassName
{
border-color: #65007B;
}
.TagClassName
{
border-color: #65007B;
}
</style>