Shades of Purple #65077B
Tints of Purple #65077B
RGB
CMYK
RGB Variations
Color information
#65077B (or 0x65077B) is known color: Purple. HEX triplet: 65, 07 and 7B. RGB value is (101,7,123). Sum of RGB (Red+Green+Blue) = 101+7+123=231 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.72% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #65077B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65077B is #9AF884. Grayscale: #2F2F2F. Windows color (decimal): -10156165 or 8062821. OLE color: 8062821.
HSL color Cylindrical-coordinate representation of color #65077B: hue angle of 288.62º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #65077B is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 7 | 123 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.52 |
| HSL | 288.62º | 0.89% | 0.25% | - |
| HSV(B) | 288.62º | 0.94% | 0.48% | - |
| XYZ | 9.02 | 4.35 | 19.1 | - |
| YUV | 48.33 | 170.14 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 123 | 0.18 | 0.94 | 0 | 0.52 | 288.62 | 0.89 | 0.25 |
| Hex | 65 | 7 | 7B | 12 | 5E | 0 | 34 | 121 | 59 | 19 |
| Octal | 145 | 7 | 173 | 22 | 136 | 0 | 64 | 441 | 131 | 31 |
| Binary | 1100101 | 111 | 1111011 | 10010 | 1011110 | 0 | 110100 | 100100001 | 1011001 | 11001 |
Color Harmonies of #65077B
Complementary color
Monochromatic Colors of #65077B
Black with #65077B
Text Example
Text Example
White with #65077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65077B; }
p { color: rgb(101,7,123); }
H1.HeaderClassName
{
color: #65077B;
}
.AnyTagClassName
{
color: #65077B;
}
</style>
background-color css
<style>
a { background-color: #65077B; }
a { background-color: rgb(101,7,123); }
div.DivClassName
{
background-color: #65077B;
}
.BgClassName
{
background-color: #65077B;
}
</style>
border-color css
<style>
span { border-color: #65077B; }
span { border-color: rgb(101,7,123); }
td.TdClassName
{
border-color: #65077B;
}
.TagClassName
{
border-color: #65077B;
}
</style>