Shades of Purple Heart #3C22CF
Tints of Purple Heart #3C22CF
RGB
CMYK
RGB Variations
Color information
#3C22CF (or 0x3C22CF) is known color: Purple Heart. HEX triplet: 3C, 22 and CF. RGB value is (60,34,207). Sum of RGB (Red+Green+Blue) = 60+34+207=301 (39% of max value = 765). Red value is 60 (23.83% from 255 or 19.93% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C22CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C22CF is #C3DD30. Grayscale: #3C3C3C. Windows color (decimal): -12836145 or 13574716. OLE color: 13574716.
HSL color Cylindrical-coordinate representation of color #3C22CF: hue angle of 249.02º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3C22CF is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 34 | 207 | - |
| CMYK | 0.71 | 0.84 | 0 | 0.19 |
| HSL | 249.02º | 0.72% | 0.47% | - |
| HSV(B) | 249.02º | 0.84% | 0.81% | - |
| XYZ | 13.7 | 6.61 | 59.59 | - |
| YUV | 61.5 | 210.11 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 34 | 207 | 0.71 | 0.84 | 0 | 0.19 | 249.02 | 0.72 | 0.47 |
| Hex | 3C | 22 | CF | 47 | 54 | 0 | 13 | F9 | 48 | 2F |
| Octal | 74 | 42 | 317 | 107 | 124 | 0 | 23 | 371 | 110 | 57 |
| Binary | 111100 | 100010 | 11001111 | 1000111 | 1010100 | 0 | 10011 | 11111001 | 1001000 | 101111 |
Color Harmonies of #3C22CF
Complementary color
Monochromatic Colors of #3C22CF
Black with #3C22CF
Text Example
Text Example
White with #3C22CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C22CF; }
p { color: rgb(60,34,207); }
H1.HeaderClassName
{
color: #3C22CF;
}
.AnyTagClassName
{
color: #3C22CF;
}
</style>
background-color css
<style>
a { background-color: #3C22CF; }
a { background-color: rgb(60,34,207); }
div.DivClassName
{
background-color: #3C22CF;
}
.BgClassName
{
background-color: #3C22CF;
}
</style>
border-color css
<style>
span { border-color: #3C22CF; }
span { border-color: rgb(60,34,207); }
td.TdClassName
{
border-color: #3C22CF;
}
.TagClassName
{
border-color: #3C22CF;
}
</style>