Shades of Purple #65047A
Tints of Purple #65047A
RGB
CMYK
RGB Variations
Color information
#65047A (or 0x65047A) is known color: Purple. HEX triplet: 65, 04 and 7A. RGB value is (101,4,122). Sum of RGB (Red+Green+Blue) = 101+4+122=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 4 (1.95% from 255 or 1.76% from 227); Blue value is 122 (48.05% from 255 or 53.74% from 227); Max value from RGB is 122 - color contains mainly: blue. Hex color #65047A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65047A is #9AFB85. Grayscale: #2E2E2E. Windows color (decimal): -10156934 or 7996517. OLE color: 7996517.
HSL color Cylindrical-coordinate representation of color #65047A: hue angle of 289.32º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #65047A is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 101 | 4 | 122 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.52 |
| HSL | 289.32º | 0.94% | 0.25% | - |
| HSV(B) | 289.32º | 0.97% | 0.48% | - |
| XYZ | 8.92 | 4.26 | 18.76 | - |
| YUV | 46.46 | 170.64 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 4 | 122 | 0.17 | 0.97 | 0 | 0.52 | 289.32 | 0.94 | 0.25 |
| Hex | 65 | 4 | 7A | 11 | 61 | 0 | 34 | 121 | 5E | 19 |
| Octal | 145 | 4 | 172 | 21 | 141 | 0 | 64 | 441 | 136 | 31 |
| Binary | 1100101 | 100 | 1111010 | 10001 | 1100001 | 0 | 110100 | 100100001 | 1011110 | 11001 |
Color Harmonies of #65047A
Complementary color
Monochromatic Colors of #65047A
Black with #65047A
Text Example
Text Example
White with #65047A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65047A; }
p { color: rgb(101,4,122); }
H1.HeaderClassName
{
color: #65047A;
}
.AnyTagClassName
{
color: #65047A;
}
</style>
background-color css
<style>
a { background-color: #65047A; }
a { background-color: rgb(101,4,122); }
div.DivClassName
{
background-color: #65047A;
}
.BgClassName
{
background-color: #65047A;
}
</style>
border-color css
<style>
span { border-color: #65047A; }
span { border-color: rgb(101,4,122); }
td.TdClassName
{
border-color: #65047A;
}
.TagClassName
{
border-color: #65047A;
}
</style>