Shades of Purple #65077A
Tints of Purple #65077A
RGB
CMYK
RGB Variations
Color information
#65077A (or 0x65077A) is known color: Purple. HEX triplet: 65, 07 and 7A. RGB value is (101,7,122). Sum of RGB (Red+Green+Blue) = 101+7+122=230 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.91% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #65077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65077A is #9AF885. Grayscale: #2F2F2F. Windows color (decimal): -10156166 or 7997285. OLE color: 7997285.
HSL color Cylindrical-coordinate representation of color #65077A: hue angle of 289.04º 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 #65077A is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 7 | 122 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.52 |
| HSL | 289.04º | 0.89% | 0.25% | - |
| HSV(B) | 289.04º | 0.94% | 0.48% | - |
| XYZ | 8.96 | 4.32 | 18.77 | - |
| YUV | 48.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 7 | 122 | 0.17 | 0.94 | 0 | 0.52 | 289.04 | 0.89 | 0.25 |
| Hex | 65 | 7 | 7A | 11 | 5E | 0 | 34 | 121 | 59 | 19 |
| Octal | 145 | 7 | 172 | 21 | 136 | 0 | 64 | 441 | 131 | 31 |
| Binary | 1100101 | 111 | 1111010 | 10001 | 1011110 | 0 | 110100 | 100100001 | 1011001 | 11001 |
Color Harmonies of #65077A
Complementary color
Monochromatic Colors of #65077A
Black with #65077A
Text Example
Text Example
White with #65077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65077A; }
p { color: rgb(101,7,122); }
H1.HeaderClassName
{
color: #65077A;
}
.AnyTagClassName
{
color: #65077A;
}
</style>
background-color css
<style>
a { background-color: #65077A; }
a { background-color: rgb(101,7,122); }
div.DivClassName
{
background-color: #65077A;
}
.BgClassName
{
background-color: #65077A;
}
</style>
border-color css
<style>
span { border-color: #65077A; }
span { border-color: rgb(101,7,122); }
td.TdClassName
{
border-color: #65077A;
}
.TagClassName
{
border-color: #65077A;
}
</style>