Shades of Purple Heart #6501CB
Tints of Purple Heart #6501CB
RGB
CMYK
RGB Variations
Color information
#6501CB (or 0x6501CB) is known color: Purple Heart. HEX triplet: 65, 01 and CB. RGB value is (101,1,203). Sum of RGB (Red+Green+Blue) = 101+1+203=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #6501CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6501CB is #9AFE34. Grayscale: #353535. Windows color (decimal): -10157621 or 13304165. OLE color: 13304165.
HSL color Cylindrical-coordinate representation of color #6501CB: hue angle of 269.7º 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 #6501CB is Cyan = 0.50, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 101 | 1 | 203 | - |
| CMYK | 0.50 | 1.00 | 0 | 0.20 |
| HSL | 269.7º | 0.99% | 0.4% | - |
| HSV(B) | 269.7º | 1% | 0.8% | - |
| XYZ | 16.16 | 7.1 | 57.02 | - |
| YUV | 53.93 | 212.13 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 203 | 0.50 | 1.00 | 0 | 0.20 | 269.7 | 0.99 | 0.4 |
| Hex | 65 | 1 | CB | 32 | 64 | 0 | 14 | 10E | 63 | 28 |
| Octal | 145 | 1 | 313 | 62 | 144 | 0 | 24 | 416 | 143 | 50 |
| Binary | 1100101 | 1 | 11001011 | 110010 | 1100100 | 0 | 10100 | 100001110 | 1100011 | 101000 |
Color Harmonies of #6501CB
Complementary color
Monochromatic Colors of #6501CB
Black with #6501CB
Text Example
Text Example
White with #6501CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6501CB; }
p { color: rgb(101,1,203); }
H1.HeaderClassName
{
color: #6501CB;
}
.AnyTagClassName
{
color: #6501CB;
}
</style>
background-color css
<style>
a { background-color: #6501CB; }
a { background-color: rgb(101,1,203); }
div.DivClassName
{
background-color: #6501CB;
}
.BgClassName
{
background-color: #6501CB;
}
</style>
border-color css
<style>
span { border-color: #6501CB; }
span { border-color: rgb(101,1,203); }
td.TdClassName
{
border-color: #6501CB;
}
.TagClassName
{
border-color: #6501CB;
}
</style>