Shades of Purple Heart #3F26CC
Tints of Purple Heart #3F26CC
RGB
CMYK
RGB Variations
Color information
#3F26CC (or 0x3F26CC) is known color: Purple Heart. HEX triplet: 3F, 26 and CC. RGB value is (63,38,204). Sum of RGB (Red+Green+Blue) = 63+38+204=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #3F26CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F26CC is #C0D933. Grayscale: #3F3F3F. Windows color (decimal): -12638516 or 13379135. OLE color: 13379135.
HSL color Cylindrical-coordinate representation of color #3F26CC: hue angle of 249.04º degrees, saturation: 0.69, 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 #3F26CC is Cyan = 0.69, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 63 | 38 | 204 | - |
| CMYK | 0.69 | 0.81 | 0 | 0.2 |
| HSL | 249.04º | 0.69% | 0.47% | - |
| HSV(B) | 249.04º | 0.81% | 0.8% | - |
| XYZ | 13.64 | 6.8 | 57.72 | - |
| YUV | 64.4 | 206.78 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 38 | 204 | 0.69 | 0.81 | 0 | 0.2 | 249.04 | 0.69 | 0.47 |
| Hex | 3F | 26 | CC | 45 | 51 | 0 | 14 | F9 | 45 | 2F |
| Octal | 77 | 46 | 314 | 105 | 121 | 0 | 24 | 371 | 105 | 57 |
| Binary | 111111 | 100110 | 11001100 | 1000101 | 1010001 | 0 | 10100 | 11111001 | 1000101 | 101111 |
Color Harmonies of #3F26CC
Complementary color
Monochromatic Colors of #3F26CC
Black with #3F26CC
Text Example
Text Example
White with #3F26CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F26CC; }
p { color: rgb(63,38,204); }
H1.HeaderClassName
{
color: #3F26CC;
}
.AnyTagClassName
{
color: #3F26CC;
}
</style>
background-color css
<style>
a { background-color: #3F26CC; }
a { background-color: rgb(63,38,204); }
div.DivClassName
{
background-color: #3F26CC;
}
.BgClassName
{
background-color: #3F26CC;
}
</style>
border-color css
<style>
span { border-color: #3F26CC; }
span { border-color: rgb(63,38,204); }
td.TdClassName
{
border-color: #3F26CC;
}
.TagClassName
{
border-color: #3F26CC;
}
</style>