Shades of Purple Heart #3F27CB
Tints of Purple Heart #3F27CB
RGB
CMYK
RGB Variations
Color information
#3F27CB (or 0x3F27CB) is known color: Purple Heart. HEX triplet: 3F, 27 and CB. RGB value is (63,39,203). Sum of RGB (Red+Green+Blue) = 63+39+203=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #3F27CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F27CB is #C0D834. Grayscale: #404040. Windows color (decimal): -12638261 or 13313855. OLE color: 13313855.
HSL color Cylindrical-coordinate representation of color #3F27CB: hue angle of 248.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F27CB is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 39 | 203 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.20 |
| HSL | 248.78º | 0.68% | 0.47% | - |
| HSV(B) | 248.78º | 0.81% | 0.8% | - |
| XYZ | 13.55 | 6.82 | 57.1 | - |
| YUV | 64.87 | 205.95 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 39 | 203 | 0.69 | 0.81 | 0 | 0.20 | 248.78 | 0.68 | 0.47 |
| Hex | 3F | 27 | CB | 45 | 51 | 0 | 14 | F9 | 44 | 2F |
| Octal | 77 | 47 | 313 | 105 | 121 | 0 | 24 | 371 | 104 | 57 |
| Binary | 111111 | 100111 | 11001011 | 1000101 | 1010001 | 0 | 10100 | 11111001 | 1000100 | 101111 |
Color Harmonies of #3F27CB
Complementary color
Monochromatic Colors of #3F27CB
Black with #3F27CB
Text Example
Text Example
White with #3F27CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F27CB; }
p { color: rgb(63,39,203); }
H1.HeaderClassName
{
color: #3F27CB;
}
.AnyTagClassName
{
color: #3F27CB;
}
</style>
background-color css
<style>
a { background-color: #3F27CB; }
a { background-color: rgb(63,39,203); }
div.DivClassName
{
background-color: #3F27CB;
}
.BgClassName
{
background-color: #3F27CB;
}
</style>
border-color css
<style>
span { border-color: #3F27CB; }
span { border-color: rgb(63,39,203); }
td.TdClassName
{
border-color: #3F27CB;
}
.TagClassName
{
border-color: #3F27CB;
}
</style>