Shades of Purple Heart #612BDF
Tints of Purple Heart #612BDF
RGB
CMYK
RGB Variations
Color information
#612BDF (or 0x612BDF) is known color: Purple Heart. HEX triplet: 61, 2B and DF. RGB value is (97,43,223). Sum of RGB (Red+Green+Blue) = 97+43+223=363 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.72% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #612BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612BDF is #9ED420. Grayscale: #4F4F4F. Windows color (decimal): -10408993 or 14625633. OLE color: 14625633.
HSL color Cylindrical-coordinate representation of color #612BDF: hue angle of 258º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #612BDF is Cyan = 0.57, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 43 | 223 | - |
| CMYK | 0.57 | 0.81 | 0 | 0.13 |
| HSL | 258º | 0.74% | 0.52% | - |
| HSV(B) | 258º | 0.81% | 0.87% | - |
| XYZ | 19.11 | 9.6 | 70.66 | - |
| YUV | 79.67 | 208.89 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 43 | 223 | 0.57 | 0.81 | 0 | 0.13 | 258 | 0.74 | 0.52 |
| Hex | 61 | 2B | DF | 39 | 51 | 0 | D | 102 | 4A | 34 |
| Octal | 141 | 53 | 337 | 71 | 121 | 0 | 15 | 402 | 112 | 64 |
| Binary | 1100001 | 101011 | 11011111 | 111001 | 1010001 | 0 | 1101 | 100000010 | 1001010 | 110100 |
Color Harmonies of #612BDF
Complementary color
Monochromatic Colors of #612BDF
Black with #612BDF
Text Example
Text Example
White with #612BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612BDF; }
p { color: rgb(97,43,223); }
H1.HeaderClassName
{
color: #612BDF;
}
.AnyTagClassName
{
color: #612BDF;
}
</style>
background-color css
<style>
a { background-color: #612BDF; }
a { background-color: rgb(97,43,223); }
div.DivClassName
{
background-color: #612BDF;
}
.BgClassName
{
background-color: #612BDF;
}
</style>
border-color css
<style>
span { border-color: #612BDF; }
span { border-color: rgb(97,43,223); }
td.TdClassName
{
border-color: #612BDF;
}
.TagClassName
{
border-color: #612BDF;
}
</style>