Shades of Purple Heart #6001BD
Tints of Purple Heart #6001BD
RGB
CMYK
RGB Variations
Color information
#6001BD (or 0x6001BD) is known color: Purple Heart. HEX triplet: 60, 01 and BD. RGB value is (96,1,189). Sum of RGB (Red+Green+Blue) = 96+1+189=286 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.57% from 286); Green value is 1 (0.78% from 255 or 0.35% from 286); Blue value is 189 (74.22% from 255 or 66.08% from 286); Max value from RGB is 189 - color contains mainly: blue. Hex color #6001BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6001BD is #9FFE42. Grayscale: #323232. Windows color (decimal): -10485315 or 12386656. OLE color: 12386656.
HSL color Cylindrical-coordinate representation of color #6001BD: hue angle of 270.32º 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 #6001BD is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 1 | 189 | - |
| CMYK | 0.49 | 0.99 | 0 | 0.26 |
| HSL | 270.32º | 0.99% | 0.37% | - |
| HSV(B) | 270.32º | 0.99% | 0.74% | - |
| XYZ | 14.02 | 6.18 | 48.6 | - |
| YUV | 50.84 | 205.97 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 1 | 189 | 0.49 | 0.99 | 0 | 0.26 | 270.32 | 0.99 | 0.37 |
| Hex | 60 | 1 | BD | 31 | 63 | 0 | 1A | 10E | 63 | 25 |
| Octal | 140 | 1 | 275 | 61 | 143 | 0 | 32 | 416 | 143 | 45 |
| Binary | 1100000 | 1 | 10111101 | 110001 | 1100011 | 0 | 11010 | 100001110 | 1100011 | 100101 |
Color Harmonies of #6001BD
Complementary color
Monochromatic Colors of #6001BD
Black with #6001BD
Text Example
Text Example
White with #6001BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6001BD; }
p { color: rgb(96,1,189); }
H1.HeaderClassName
{
color: #6001BD;
}
.AnyTagClassName
{
color: #6001BD;
}
</style>
background-color css
<style>
a { background-color: #6001BD; }
a { background-color: rgb(96,1,189); }
div.DivClassName
{
background-color: #6001BD;
}
.BgClassName
{
background-color: #6001BD;
}
</style>
border-color css
<style>
span { border-color: #6001BD; }
span { border-color: rgb(96,1,189); }
td.TdClassName
{
border-color: #6001BD;
}
.TagClassName
{
border-color: #6001BD;
}
</style>