Shades of Purple Heart #3F08C3
Tints of Purple Heart #3F08C3
RGB
CMYK
RGB Variations
Color information
#3F08C3 (or 0x3F08C3) is known color: Purple Heart. HEX triplet: 3F, 08 and C3. RGB value is (63,8,195). Sum of RGB (Red+Green+Blue) = 63+8+195=266 (35% of max value = 765). Red value is 63 (25% from 255 or 23.68% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 195 (76.56% from 255 or 73.31% from 266); Max value from RGB is 195 - color contains mainly: blue. Hex color #3F08C3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3F08C3 is #C0F73C. Grayscale: #2D2D2D. Windows color (decimal): -12646205 or 12781631. OLE color: 12781631.
HSL color Cylindrical-coordinate representation of color #3F08C3: hue angle of 257.65º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3F08C3 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 63 | 8 | 195 | - |
| CMYK | 0.68 | 0.96 | 0 | 0.24 |
| HSL | 257.65º | 0.92% | 0.4% | - |
| HSV(B) | 257.65º | 0.96% | 0.76% | - |
| XYZ | 11.99 | 5.17 | 52 | - |
| YUV | 45.76 | 212.22 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 8 | 195 | 0.68 | 0.96 | 0 | 0.24 | 257.65 | 0.92 | 0.4 |
| Hex | 3F | 8 | C3 | 44 | 60 | 0 | 18 | 102 | 5C | 28 |
| Octal | 77 | 10 | 303 | 104 | 140 | 0 | 30 | 402 | 134 | 50 |
| Binary | 111111 | 1000 | 11000011 | 1000100 | 1100000 | 0 | 11000 | 100000010 | 1011100 | 101000 |
Color Harmonies of #3F08C3
Complementary color
Monochromatic Colors of #3F08C3
Black with #3F08C3
Text Example
Text Example
White with #3F08C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F08C3; }
p { color: rgb(63,8,195); }
H1.HeaderClassName
{
color: #3F08C3;
}
.AnyTagClassName
{
color: #3F08C3;
}
</style>
background-color css
<style>
a { background-color: #3F08C3; }
a { background-color: rgb(63,8,195); }
div.DivClassName
{
background-color: #3F08C3;
}
.BgClassName
{
background-color: #3F08C3;
}
</style>
border-color css
<style>
span { border-color: #3F08C3; }
span { border-color: rgb(63,8,195); }
td.TdClassName
{
border-color: #3F08C3;
}
.TagClassName
{
border-color: #3F08C3;
}
</style>