Shades of Purple Heart #612FCB
Tints of Purple Heart #612FCB
RGB
CMYK
RGB Variations
Color information
#612FCB (or 0x612FCB) is known color: Purple Heart. HEX triplet: 61, 2F and CB. RGB value is (97,47,203). Sum of RGB (Red+Green+Blue) = 97+47+203=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 47 (18.75% from 255 or 13.54% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #612FCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #612FCB is #9ED034. Grayscale: #4F4F4F. Windows color (decimal): -10407989 or 13315937. OLE color: 13315937.
HSL color Cylindrical-coordinate representation of color #612FCB: hue angle of 259.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #612FCB is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 47 | 203 | - |
| CMYK | 0.52 | 0.77 | 0 | 0.20 |
| HSL | 259.23º | 0.62% | 0.49% | - |
| HSV(B) | 259.23º | 0.77% | 0.8% | - |
| XYZ | 16.73 | 8.89 | 57.33 | - |
| YUV | 79.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 47 | 203 | 0.52 | 0.77 | 0 | 0.20 | 259.23 | 0.62 | 0.49 |
| Hex | 61 | 2F | CB | 34 | 4D | 0 | 14 | 103 | 3E | 31 |
| Octal | 141 | 57 | 313 | 64 | 115 | 0 | 24 | 403 | 76 | 61 |
| Binary | 1100001 | 101111 | 11001011 | 110100 | 1001101 | 0 | 10100 | 100000011 | 111110 | 110001 |
Color Harmonies of #612FCB
Complementary color
Monochromatic Colors of #612FCB
Black with #612FCB
Text Example
Text Example
White with #612FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #612FCB; }
p { color: rgb(97,47,203); }
H1.HeaderClassName
{
color: #612FCB;
}
.AnyTagClassName
{
color: #612FCB;
}
</style>
background-color css
<style>
a { background-color: #612FCB; }
a { background-color: rgb(97,47,203); }
div.DivClassName
{
background-color: #612FCB;
}
.BgClassName
{
background-color: #612FCB;
}
</style>
border-color css
<style>
span { border-color: #612FCB; }
span { border-color: rgb(97,47,203); }
td.TdClassName
{
border-color: #612FCB;
}
.TagClassName
{
border-color: #612FCB;
}
</style>