Shades of Purple Heart #3F1CCB
Tints of Purple Heart #3F1CCB
RGB
CMYK
RGB Variations
Color information
#3F1CCB (or 0x3F1CCB) is known color: Purple Heart. HEX triplet: 3F, 1C and CB. RGB value is (63,28,203). Sum of RGB (Red+Green+Blue) = 63+28+203=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 28 (11.33% from 255 or 9.52% from 294); Blue value is 203 (79.69% from 255 or 69.05% from 294); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F1CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F1CCB is #C0E334. Grayscale: #393939. Windows color (decimal): -12641077 or 13311039. OLE color: 13311039.
HSL color Cylindrical-coordinate representation of color #3F1CCB: hue angle of 252º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3F1CCB is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 28 | 203 | - |
| CMYK | 0.69 | 0.86 | 0 | 0.20 |
| HSL | 252º | 0.76% | 0.45% | - |
| HSV(B) | 252º | 0.86% | 0.8% | - |
| XYZ | 13.24 | 6.2 | 57 | - |
| YUV | 58.42 | 209.6 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 203 | 0.69 | 0.86 | 0 | 0.20 | 252 | 0.76 | 0.45 |
| Hex | 3F | 1C | CB | 45 | 56 | 0 | 14 | FC | 4C | 2D |
| Octal | 77 | 34 | 313 | 105 | 126 | 0 | 24 | 374 | 114 | 55 |
| Binary | 111111 | 11100 | 11001011 | 1000101 | 1010110 | 0 | 10100 | 11111100 | 1001100 | 101101 |
Color Harmonies of #3F1CCB
Complementary color
Monochromatic Colors of #3F1CCB
Black with #3F1CCB
Text Example
Text Example
White with #3F1CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1CCB; }
p { color: rgb(63,28,203); }
H1.HeaderClassName
{
color: #3F1CCB;
}
.AnyTagClassName
{
color: #3F1CCB;
}
</style>
background-color css
<style>
a { background-color: #3F1CCB; }
a { background-color: rgb(63,28,203); }
div.DivClassName
{
background-color: #3F1CCB;
}
.BgClassName
{
background-color: #3F1CCB;
}
</style>
border-color css
<style>
span { border-color: #3F1CCB; }
span { border-color: rgb(63,28,203); }
td.TdClassName
{
border-color: #3F1CCB;
}
.TagClassName
{
border-color: #3F1CCB;
}
</style>