Shades of Purple Heart #6212CB
Tints of Purple Heart #6212CB
RGB
CMYK
RGB Variations
Color information
#6212CB (or 0x6212CB) is known color: Purple Heart. HEX triplet: 62, 12 and CB. RGB value is (98,18,203). Sum of RGB (Red+Green+Blue) = 98+18+203=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #6212CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6212CB is #9DED34. Grayscale: #3E3E3E. Windows color (decimal): -10349877 or 13308514. OLE color: 13308514.
HSL color Cylindrical-coordinate representation of color #6212CB: hue angle of 265.95º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6212CB is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 98 | 18 | 203 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.20 |
| HSL | 265.95º | 0.84% | 0.43% | - |
| HSV(B) | 265.95º | 0.91% | 0.8% | - |
| XYZ | 16.03 | 7.34 | 57.07 | - |
| YUV | 63.01 | 207 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 18 | 203 | 0.52 | 0.91 | 0 | 0.20 | 265.95 | 0.84 | 0.43 |
| Hex | 62 | 12 | CB | 34 | 5B | 0 | 14 | 10A | 54 | 2B |
| Octal | 142 | 22 | 313 | 64 | 133 | 0 | 24 | 412 | 124 | 53 |
| Binary | 1100010 | 10010 | 11001011 | 110100 | 1011011 | 0 | 10100 | 100001010 | 1010100 | 101011 |
Color Harmonies of #6212CB
Complementary color
Monochromatic Colors of #6212CB
Black with #6212CB
Text Example
Text Example
White with #6212CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6212CB; }
p { color: rgb(98,18,203); }
H1.HeaderClassName
{
color: #6212CB;
}
.AnyTagClassName
{
color: #6212CB;
}
</style>
background-color css
<style>
a { background-color: #6212CB; }
a { background-color: rgb(98,18,203); }
div.DivClassName
{
background-color: #6212CB;
}
.BgClassName
{
background-color: #6212CB;
}
</style>
border-color css
<style>
span { border-color: #6212CB; }
span { border-color: rgb(98,18,203); }
td.TdClassName
{
border-color: #6212CB;
}
.TagClassName
{
border-color: #6212CB;
}
</style>