Shades of Purple Heart #3F05C5
Tints of Purple Heart #3F05C5
RGB
CMYK
RGB Variations
Color information
#3F05C5 (or 0x3F05C5) is known color: Purple Heart. HEX triplet: 3F, 05 and C5. RGB value is (63,5,197). Sum of RGB (Red+Green+Blue) = 63+5+197=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 197 (77.34% from 255 or 74.34% from 265); Max value from RGB is 197 - color contains mainly: blue. Hex color #3F05C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F05C5 is #C0FA3A. Grayscale: #2B2B2B. Windows color (decimal): -12646971 or 12911935. OLE color: 12911935.
HSL color Cylindrical-coordinate representation of color #3F05C5: hue angle of 258.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F05C5 is Cyan = 0.68, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 5 | 197 | - |
| CMYK | 0.68 | 0.97 | 0 | 0.23 |
| HSL | 258.13º | 0.95% | 0.4% | - |
| HSV(B) | 258.13º | 0.97% | 0.77% | - |
| XYZ | 12.18 | 5.2 | 53.18 | - |
| YUV | 44.23 | 214.22 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 5 | 197 | 0.68 | 0.97 | 0 | 0.23 | 258.13 | 0.95 | 0.4 |
| Hex | 3F | 5 | C5 | 44 | 61 | 0 | 17 | 102 | 5F | 28 |
| Octal | 77 | 5 | 305 | 104 | 141 | 0 | 27 | 402 | 137 | 50 |
| Binary | 111111 | 101 | 11000101 | 1000100 | 1100001 | 0 | 10111 | 100000010 | 1011111 | 101000 |
Color Harmonies of #3F05C5
Complementary color
Monochromatic Colors of #3F05C5
Black with #3F05C5
Text Example
Text Example
White with #3F05C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F05C5; }
p { color: rgb(63,5,197); }
H1.HeaderClassName
{
color: #3F05C5;
}
.AnyTagClassName
{
color: #3F05C5;
}
</style>
background-color css
<style>
a { background-color: #3F05C5; }
a { background-color: rgb(63,5,197); }
div.DivClassName
{
background-color: #3F05C5;
}
.BgClassName
{
background-color: #3F05C5;
}
</style>
border-color css
<style>
span { border-color: #3F05C5; }
span { border-color: rgb(63,5,197); }
td.TdClassName
{
border-color: #3F05C5;
}
.TagClassName
{
border-color: #3F05C5;
}
</style>