Shades of Purple #65026D
Tints of Purple #65026D
RGB
CMYK
RGB Variations
Color information
#65026D (or 0x65026D) is known color: Purple. HEX triplet: 65, 02 and 6D. RGB value is (101,2,109). Sum of RGB (Red+Green+Blue) = 101+2+109=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 109 (42.97% from 255 or 51.42% from 212); Max value from RGB is 109 - color contains mainly: blue. Hex color #65026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #65026D is #9AFD92. Grayscale: #2B2B2B. Windows color (decimal): -10157459 or 7144037. OLE color: 7144037.
HSL color Cylindrical-coordinate representation of color #65026D: hue angle of 295.51º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #65026D is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 2 | 109 | - |
| CMYK | 0.07 | 0.98 | 0 | 0.57 |
| HSL | 295.51º | 0.96% | 0.22% | - |
| HSV(B) | 295.51º | 0.98% | 0.43% | - |
| XYZ | 8.15 | 3.91 | 14.79 | - |
| YUV | 43.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 109 | 0.07 | 0.98 | 0 | 0.57 | 295.51 | 0.96 | 0.22 |
| Hex | 65 | 2 | 6D | 7 | 62 | 0 | 39 | 128 | 60 | 16 |
| Octal | 145 | 2 | 155 | 7 | 142 | 0 | 71 | 450 | 140 | 26 |
| Binary | 1100101 | 10 | 1101101 | 111 | 1100010 | 0 | 111001 | 100101000 | 1100000 | 10110 |
Color Harmonies of #65026D
Complementary color
Monochromatic Colors of #65026D
Black with #65026D
Text Example
Text Example
White with #65026D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65026D; }
p { color: rgb(101,2,109); }
H1.HeaderClassName
{
color: #65026D;
}
.AnyTagClassName
{
color: #65026D;
}
</style>
background-color css
<style>
a { background-color: #65026D; }
a { background-color: rgb(101,2,109); }
div.DivClassName
{
background-color: #65026D;
}
.BgClassName
{
background-color: #65026D;
}
</style>
border-color css
<style>
span { border-color: #65026D; }
span { border-color: rgb(101,2,109); }
td.TdClassName
{
border-color: #65026D;
}
.TagClassName
{
border-color: #65026D;
}
</style>