Shades of Purple Heart #6502CA
Tints of Purple Heart #6502CA
RGB
CMYK
RGB Variations
Color information
#6502CA (or 0x6502CA) is known color: Purple Heart. HEX triplet: 65, 02 and CA. RGB value is (101,2,202). Sum of RGB (Red+Green+Blue) = 101+2+202=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 202 (79.30% from 255 or 66.23% from 305); Max value from RGB is 202 - color contains mainly: blue. Hex color #6502CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502CA is #9AFD35. Grayscale: #353535. Windows color (decimal): -10157366 or 13238885. OLE color: 13238885.
HSL color Cylindrical-coordinate representation of color #6502CA: hue angle of 269.7º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502CA is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 101 | 2 | 202 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.21 |
| HSL | 269.7º | 0.98% | 0.4% | - |
| HSV(B) | 269.7º | 0.99% | 0.79% | - |
| XYZ | 16.05 | 7.07 | 56.4 | - |
| YUV | 54.4 | 211.3 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 202 | 0.50 | 0.99 | 0 | 0.21 | 269.7 | 0.98 | 0.4 |
| Hex | 65 | 2 | CA | 32 | 63 | 0 | 15 | 10E | 62 | 28 |
| Octal | 145 | 2 | 312 | 62 | 143 | 0 | 25 | 416 | 142 | 50 |
| Binary | 1100101 | 10 | 11001010 | 110010 | 1100011 | 0 | 10101 | 100001110 | 1100010 | 101000 |
Color Harmonies of #6502CA
Complementary color
Monochromatic Colors of #6502CA
Black with #6502CA
Text Example
Text Example
White with #6502CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502CA; }
p { color: rgb(101,2,202); }
H1.HeaderClassName
{
color: #6502CA;
}
.AnyTagClassName
{
color: #6502CA;
}
</style>
background-color css
<style>
a { background-color: #6502CA; }
a { background-color: rgb(101,2,202); }
div.DivClassName
{
background-color: #6502CA;
}
.BgClassName
{
background-color: #6502CA;
}
</style>
border-color css
<style>
span { border-color: #6502CA; }
span { border-color: rgb(101,2,202); }
td.TdClassName
{
border-color: #6502CA;
}
.TagClassName
{
border-color: #6502CA;
}
</style>