Shades of Purple Heart #6201CB
Tints of Purple Heart #6201CB
RGB
CMYK
RGB Variations
Color information
#6201CB (or 0x6201CB) is known color: Purple Heart. HEX triplet: 62, 01 and CB. RGB value is (98,1,203). Sum of RGB (Red+Green+Blue) = 98+1+203=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 203 (79.69% from 255 or 67.22% from 302); Max value from RGB is 203 - color contains mainly: blue. Hex color #6201CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6201CB is #9DFE34. Grayscale: #343434. Windows color (decimal): -10354229 or 13304162. OLE color: 13304162.
HSL color Cylindrical-coordinate representation of color #6201CB: hue angle of 268.81º 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 #6201CB is Cyan = 0.52, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 1 | 203 | - |
| CMYK | 0.52 | 1.00 | 0 | 0.20 |
| HSL | 268.81º | 0.99% | 0.4% | - |
| HSV(B) | 268.81º | 1% | 0.8% | - |
| XYZ | 15.83 | 6.93 | 57 | - |
| YUV | 53.03 | 212.64 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 1 | 203 | 0.52 | 1.00 | 0 | 0.20 | 268.81 | 0.99 | 0.4 |
| Hex | 62 | 1 | CB | 34 | 64 | 0 | 14 | 10D | 63 | 28 |
| Octal | 142 | 1 | 313 | 64 | 144 | 0 | 24 | 415 | 143 | 50 |
| Binary | 1100010 | 1 | 11001011 | 110100 | 1100100 | 0 | 10100 | 100001101 | 1100011 | 101000 |
Color Harmonies of #6201CB
Complementary color
Monochromatic Colors of #6201CB
Black with #6201CB
Text Example
Text Example
White with #6201CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6201CB; }
p { color: rgb(98,1,203); }
H1.HeaderClassName
{
color: #6201CB;
}
.AnyTagClassName
{
color: #6201CB;
}
</style>
background-color css
<style>
a { background-color: #6201CB; }
a { background-color: rgb(98,1,203); }
div.DivClassName
{
background-color: #6201CB;
}
.BgClassName
{
background-color: #6201CB;
}
</style>
border-color css
<style>
span { border-color: #6201CB; }
span { border-color: rgb(98,1,203); }
td.TdClassName
{
border-color: #6201CB;
}
.TagClassName
{
border-color: #6201CB;
}
</style>