Shades of Purple Heart #6501BC
Tints of Purple Heart #6501BC
RGB
CMYK
RGB Variations
Color information
#6501BC (or 0x6501BC) is known color: Purple Heart. HEX triplet: 65, 01 and BC. RGB value is (101,1,188). Sum of RGB (Red+Green+Blue) = 101+1+188=290 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.83% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #6501BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6501BC is #9AFE43. Grayscale: #333333. Windows color (decimal): -10157636 or 12321125. OLE color: 12321125.
HSL color Cylindrical-coordinate representation of color #6501BC: hue angle of 272.09º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6501BC is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 1 | 188 | - |
| CMYK | 0.46 | 0.99 | 0 | 0.26 |
| HSL | 272.09º | 0.99% | 0.37% | - |
| HSV(B) | 272.09º | 0.99% | 0.74% | - |
| XYZ | 14.45 | 6.42 | 48.05 | - |
| YUV | 52.22 | 204.63 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 1 | 188 | 0.46 | 0.99 | 0 | 0.26 | 272.09 | 0.99 | 0.37 |
| Hex | 65 | 1 | BC | 2E | 63 | 0 | 1A | 110 | 63 | 25 |
| Octal | 145 | 1 | 274 | 56 | 143 | 0 | 32 | 420 | 143 | 45 |
| Binary | 1100101 | 1 | 10111100 | 101110 | 1100011 | 0 | 11010 | 100010000 | 1100011 | 100101 |
Color Harmonies of #6501BC
Complementary color
Monochromatic Colors of #6501BC
Black with #6501BC
Text Example
Text Example
White with #6501BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6501BC; }
p { color: rgb(101,1,188); }
H1.HeaderClassName
{
color: #6501BC;
}
.AnyTagClassName
{
color: #6501BC;
}
</style>
background-color css
<style>
a { background-color: #6501BC; }
a { background-color: rgb(101,1,188); }
div.DivClassName
{
background-color: #6501BC;
}
.BgClassName
{
background-color: #6501BC;
}
</style>
border-color css
<style>
span { border-color: #6501BC; }
span { border-color: rgb(101,1,188); }
td.TdClassName
{
border-color: #6501BC;
}
.TagClassName
{
border-color: #6501BC;
}
</style>