Shades of Purple Heart #6501CF
Tints of Purple Heart #6501CF
RGB
CMYK
RGB Variations
Color information
#6501CF (or 0x6501CF) is known color: Purple Heart. HEX triplet: 65, 01 and CF. RGB value is (101,1,207). Sum of RGB (Red+Green+Blue) = 101+1+207=309 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.69% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 207 (81.25% from 255 or 66.99% from 309); Max value from RGB is 207 - color contains mainly: blue. Hex color #6501CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6501CF is #9AFE30. Grayscale: #353535. Windows color (decimal): -10157617 or 13566309. OLE color: 13566309.
HSL color Cylindrical-coordinate representation of color #6501CF: hue angle of 269.13º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6501CF is Cyan = 0.51, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 1 | 207 | - |
| CMYK | 0.51 | 1.00 | 0 | 0.19 |
| HSL | 269.13º | 0.99% | 0.41% | - |
| HSV(B) | 269.13º | 1% | 0.81% | - |
| XYZ | 16.64 | 7.29 | 59.56 | - |
| YUV | 54.38 | 214.13 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 207 | 0.51 | 1.00 | 0 | 0.19 | 269.13 | 0.99 | 0.41 |
| Hex | 65 | 1 | CF | 33 | 64 | 0 | 13 | 10D | 63 | 29 |
| Octal | 145 | 1 | 317 | 63 | 144 | 0 | 23 | 415 | 143 | 51 |
| Binary | 1100101 | 1 | 11001111 | 110011 | 1100100 | 0 | 10011 | 100001101 | 1100011 | 101001 |
Color Harmonies of #6501CF
Complementary color
Monochromatic Colors of #6501CF
Black with #6501CF
Text Example
Text Example
White with #6501CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6501CF; }
p { color: rgb(101,1,207); }
H1.HeaderClassName
{
color: #6501CF;
}
.AnyTagClassName
{
color: #6501CF;
}
</style>
background-color css
<style>
a { background-color: #6501CF; }
a { background-color: rgb(101,1,207); }
div.DivClassName
{
background-color: #6501CF;
}
.BgClassName
{
background-color: #6501CF;
}
</style>
border-color css
<style>
span { border-color: #6501CF; }
span { border-color: rgb(101,1,207); }
td.TdClassName
{
border-color: #6501CF;
}
.TagClassName
{
border-color: #6501CF;
}
</style>