Shades of Purple Heart #6501CC
Tints of Purple Heart #6501CC
RGB
CMYK
RGB Variations
Color information
#6501CC (or 0x6501CC) is known color: Purple Heart. HEX triplet: 65, 01 and CC. RGB value is (101,1,204). Sum of RGB (Red+Green+Blue) = 101+1+204=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 1 (0.78% from 255 or 0.33% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #6501CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6501CC is #9AFE33. Grayscale: #353535. Windows color (decimal): -10157620 or 13369701. OLE color: 13369701.
HSL color Cylindrical-coordinate representation of color #6501CC: hue angle of 269.56º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6501CC is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 1 | 204 | - |
| CMYK | 0.50 | 1.00 | 0 | 0.2 |
| HSL | 269.56º | 0.99% | 0.4% | - |
| HSV(B) | 269.56º | 1% | 0.8% | - |
| XYZ | 16.28 | 7.15 | 57.65 | - |
| YUV | 54.04 | 212.63 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 204 | 0.50 | 1.00 | 0 | 0.2 | 269.56 | 0.99 | 0.4 |
| Hex | 65 | 1 | CC | 32 | 64 | 0 | 14 | 10E | 63 | 28 |
| Octal | 145 | 1 | 314 | 62 | 144 | 0 | 24 | 416 | 143 | 50 |
| Binary | 1100101 | 1 | 11001100 | 110010 | 1100100 | 0 | 10100 | 100001110 | 1100011 | 101000 |
Color Harmonies of #6501CC
Complementary color
Monochromatic Colors of #6501CC
Black with #6501CC
Text Example
Text Example
White with #6501CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6501CC; }
p { color: rgb(101,1,204); }
H1.HeaderClassName
{
color: #6501CC;
}
.AnyTagClassName
{
color: #6501CC;
}
</style>
background-color css
<style>
a { background-color: #6501CC; }
a { background-color: rgb(101,1,204); }
div.DivClassName
{
background-color: #6501CC;
}
.BgClassName
{
background-color: #6501CC;
}
</style>
border-color css
<style>
span { border-color: #6501CC; }
span { border-color: rgb(101,1,204); }
td.TdClassName
{
border-color: #6501CC;
}
.TagClassName
{
border-color: #6501CC;
}
</style>