Shades of Purple Heart #3F24C3
Tints of Purple Heart #3F24C3
RGB
CMYK
RGB Variations
Color information
#3F24C3 (or 0x3F24C3) is known color: Purple Heart. HEX triplet: 3F, 24 and C3. RGB value is (63,36,195). Sum of RGB (Red+Green+Blue) = 63+36+195=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 195 (76.56% from 255 or 66.33% from 294); Max value from RGB is 195 - color contains mainly: blue. Hex color #3F24C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F24C3 is #C0DB3C. Grayscale: #3D3D3D. Windows color (decimal): -12639037 or 12788799. OLE color: 12788799.
HSL color Cylindrical-coordinate representation of color #3F24C3: hue angle of 250.19º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3F24C3 is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 36 | 195 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.24 |
| HSL | 250.19º | 0.69% | 0.45% | - |
| HSV(B) | 250.19º | 0.82% | 0.76% | - |
| XYZ | 12.53 | 6.26 | 52.18 | - |
| YUV | 62.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 36 | 195 | 0.68 | 0.82 | 0 | 0.24 | 250.19 | 0.69 | 0.45 |
| Hex | 3F | 24 | C3 | 44 | 52 | 0 | 18 | FA | 45 | 2D |
| Octal | 77 | 44 | 303 | 104 | 122 | 0 | 30 | 372 | 105 | 55 |
| Binary | 111111 | 100100 | 11000011 | 1000100 | 1010010 | 0 | 11000 | 11111010 | 1000101 | 101101 |
Color Harmonies of #3F24C3
Complementary color
Monochromatic Colors of #3F24C3
Black with #3F24C3
Text Example
Text Example
White with #3F24C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F24C3; }
p { color: rgb(63,36,195); }
H1.HeaderClassName
{
color: #3F24C3;
}
.AnyTagClassName
{
color: #3F24C3;
}
</style>
background-color css
<style>
a { background-color: #3F24C3; }
a { background-color: rgb(63,36,195); }
div.DivClassName
{
background-color: #3F24C3;
}
.BgClassName
{
background-color: #3F24C3;
}
</style>
border-color css
<style>
span { border-color: #3F24C3; }
span { border-color: rgb(63,36,195); }
td.TdClassName
{
border-color: #3F24C3;
}
.TagClassName
{
border-color: #3F24C3;
}
</style>