Shades of Purple Heart #6500CC
Tints of Purple Heart #6500CC
RGB
CMYK
RGB Variations
Color information
#6500CC (or 0x6500CC) is known color: Purple Heart. HEX triplet: 65, 00 and CC. RGB value is (101,0,204). Sum of RGB (Red+Green+Blue) = 101+0+204=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #6500CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6500CC is #9AFF33. Grayscale: #343434. Windows color (decimal): -10157876 or 13369445. OLE color: 13369445.
HSL color Cylindrical-coordinate representation of color #6500CC: hue angle of 269.71º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6500CC is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 0 | 204 | - |
| CMYK | 0.50 | 1 | 0 | 0.2 |
| HSL | 269.71º | 1% | 0.4% | - |
| HSV(B) | 269.71º | 1% | 0.8% | - |
| XYZ | 16.27 | 7.13 | 57.64 | - |
| YUV | 53.46 | 212.96 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 0 | 204 | 0.50 | 1 | 0 | 0.2 | 269.71 | 1 | 0.4 |
| Hex | 65 | 0 | CC | 32 | 64 | 0 | 14 | 10E | 64 | 28 |
| Octal | 145 | 0 | 314 | 62 | 144 | 0 | 24 | 416 | 144 | 50 |
| Binary | 1100101 | 0 | 11001100 | 110010 | 1100100 | 0 | 10100 | 100001110 | 1100100 | 101000 |
Color Harmonies of #6500CC
Complementary color
Monochromatic Colors of #6500CC
Black with #6500CC
Text Example
Text Example
White with #6500CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6500CC; }
p { color: rgb(101,0,204); }
H1.HeaderClassName
{
color: #6500CC;
}
.AnyTagClassName
{
color: #6500CC;
}
</style>
background-color css
<style>
a { background-color: #6500CC; }
a { background-color: rgb(101,0,204); }
div.DivClassName
{
background-color: #6500CC;
}
.BgClassName
{
background-color: #6500CC;
}
</style>
border-color css
<style>
span { border-color: #6500CC; }
span { border-color: rgb(101,0,204); }
td.TdClassName
{
border-color: #6500CC;
}
.TagClassName
{
border-color: #6500CC;
}
</style>