Shades of Purple Heart #6502CC
Tints of Purple Heart #6502CC
RGB
CMYK
RGB Variations
Color information
#6502CC (or 0x6502CC) is known color: Purple Heart. HEX triplet: 65, 02 and CC. RGB value is (101,2,204). Sum of RGB (Red+Green+Blue) = 101+2+204=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #6502CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6502CC is #9AFD33. Grayscale: #353535. Windows color (decimal): -10157364 or 13369957. OLE color: 13369957.
HSL color Cylindrical-coordinate representation of color #6502CC: hue angle of 269.41º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6502CC is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 2 | 204 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.2 |
| HSL | 269.41º | 0.98% | 0.4% | - |
| HSV(B) | 269.41º | 0.99% | 0.8% | - |
| XYZ | 16.29 | 7.17 | 57.65 | - |
| YUV | 54.63 | 212.3 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 2 | 204 | 0.50 | 0.99 | 0 | 0.2 | 269.41 | 0.98 | 0.4 |
| Hex | 65 | 2 | CC | 32 | 63 | 0 | 14 | 10D | 62 | 28 |
| Octal | 145 | 2 | 314 | 62 | 143 | 0 | 24 | 415 | 142 | 50 |
| Binary | 1100101 | 10 | 11001100 | 110010 | 1100011 | 0 | 10100 | 100001101 | 1100010 | 101000 |
Color Harmonies of #6502CC
Complementary color
Monochromatic Colors of #6502CC
Black with #6502CC
Text Example
Text Example
White with #6502CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6502CC; }
p { color: rgb(101,2,204); }
H1.HeaderClassName
{
color: #6502CC;
}
.AnyTagClassName
{
color: #6502CC;
}
</style>
background-color css
<style>
a { background-color: #6502CC; }
a { background-color: rgb(101,2,204); }
div.DivClassName
{
background-color: #6502CC;
}
.BgClassName
{
background-color: #6502CC;
}
</style>
border-color css
<style>
span { border-color: #6502CC; }
span { border-color: rgb(101,2,204); }
td.TdClassName
{
border-color: #6502CC;
}
.TagClassName
{
border-color: #6502CC;
}
</style>