Shades of Purple Heart #3D24CE
Tints of Purple Heart #3D24CE
RGB
CMYK
RGB Variations
Color information
#3D24CE (or 0x3D24CE) is known color: Purple Heart. HEX triplet: 3D, 24 and CE. RGB value is (61,36,206). Sum of RGB (Red+Green+Blue) = 61+36+206=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #3D24CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D24CE is #C2DB31. Grayscale: #3E3E3E. Windows color (decimal): -12770098 or 13509693. OLE color: 13509693.
HSL color Cylindrical-coordinate representation of color #3D24CE: hue angle of 248.82º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3D24CE is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 61 | 36 | 206 | - |
| CMYK | 0.70 | 0.83 | 0 | 0.19 |
| HSL | 248.82º | 0.7% | 0.47% | - |
| HSV(B) | 248.82º | 0.83% | 0.81% | - |
| XYZ | 13.7 | 6.71 | 58.97 | - |
| YUV | 62.86 | 208.78 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 36 | 206 | 0.70 | 0.83 | 0 | 0.19 | 248.82 | 0.7 | 0.47 |
| Hex | 3D | 24 | CE | 46 | 53 | 0 | 13 | F9 | 46 | 2F |
| Octal | 75 | 44 | 316 | 106 | 123 | 0 | 23 | 371 | 106 | 57 |
| Binary | 111101 | 100100 | 11001110 | 1000110 | 1010011 | 0 | 10011 | 11111001 | 1000110 | 101111 |
Color Harmonies of #3D24CE
Complementary color
Monochromatic Colors of #3D24CE
Black with #3D24CE
Text Example
Text Example
White with #3D24CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D24CE; }
p { color: rgb(61,36,206); }
H1.HeaderClassName
{
color: #3D24CE;
}
.AnyTagClassName
{
color: #3D24CE;
}
</style>
background-color css
<style>
a { background-color: #3D24CE; }
a { background-color: rgb(61,36,206); }
div.DivClassName
{
background-color: #3D24CE;
}
.BgClassName
{
background-color: #3D24CE;
}
</style>
border-color css
<style>
span { border-color: #3D24CE; }
span { border-color: rgb(61,36,206); }
td.TdClassName
{
border-color: #3D24CE;
}
.TagClassName
{
border-color: #3D24CE;
}
</style>