Shades of Purple Heart #3F1CC2
Tints of Purple Heart #3F1CC2
RGB
CMYK
RGB Variations
Color information
#3F1CC2 (or 0x3F1CC2) is known color: Purple Heart. HEX triplet: 3F, 1C and C2. RGB value is (63,28,194). Sum of RGB (Red+Green+Blue) = 63+28+194=285 (37% of max value = 765). Red value is 63 (25% from 255 or 22.11% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 194 (76.17% from 255 or 68.07% from 285); Max value from RGB is 194 - color contains mainly: blue. Hex color #3F1CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CC2 is #C0E33D. Grayscale: #383838. Windows color (decimal): -12641086 or 12721215. OLE color: 12721215.
HSL color Cylindrical-coordinate representation of color #3F1CC2: hue angle of 252.65º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1CC2 is Cyan = 0.68, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 28 | 194 | - |
| CMYK | 0.68 | 0.86 | 0 | 0.24 |
| HSL | 252.65º | 0.75% | 0.44% | - |
| HSV(B) | 252.65º | 0.86% | 0.76% | - |
| XYZ | 12.2 | 5.78 | 51.51 | - |
| YUV | 57.39 | 205.1 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 194 | 0.68 | 0.86 | 0 | 0.24 | 252.65 | 0.75 | 0.44 |
| Hex | 3F | 1C | C2 | 44 | 56 | 0 | 18 | FD | 4B | 2C |
| Octal | 77 | 34 | 302 | 104 | 126 | 0 | 30 | 375 | 113 | 54 |
| Binary | 111111 | 11100 | 11000010 | 1000100 | 1010110 | 0 | 11000 | 11111101 | 1001011 | 101100 |
Color Harmonies of #3F1CC2
Complementary color
Monochromatic Colors of #3F1CC2
Black with #3F1CC2
Text Example
Text Example
White with #3F1CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1CC2; }
p { color: rgb(63,28,194); }
H1.HeaderClassName
{
color: #3F1CC2;
}
.AnyTagClassName
{
color: #3F1CC2;
}
</style>
background-color css
<style>
a { background-color: #3F1CC2; }
a { background-color: rgb(63,28,194); }
div.DivClassName
{
background-color: #3F1CC2;
}
.BgClassName
{
background-color: #3F1CC2;
}
</style>
border-color css
<style>
span { border-color: #3F1CC2; }
span { border-color: rgb(63,28,194); }
td.TdClassName
{
border-color: #3F1CC2;
}
.TagClassName
{
border-color: #3F1CC2;
}
</style>