Shades of Purple Heart #3C26CF
Tints of Purple Heart #3C26CF
RGB
CMYK
RGB Variations
Color information
#3C26CF (or 0x3C26CF) is known color: Purple Heart. HEX triplet: 3C, 26 and CF. RGB value is (60,38,207). Sum of RGB (Red+Green+Blue) = 60+38+207=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 207 (81.25% from 255 or 67.87% from 305); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C26CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C26CF is #C3D930. Grayscale: #3F3F3F. Windows color (decimal): -12835121 or 13575740. OLE color: 13575740.
HSL color Cylindrical-coordinate representation of color #3C26CF: hue angle of 247.81º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C26CF is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 38 | 207 | - |
| CMYK | 0.71 | 0.82 | 0 | 0.19 |
| HSL | 247.81º | 0.69% | 0.48% | - |
| HSV(B) | 247.81º | 0.82% | 0.81% | - |
| XYZ | 13.82 | 6.85 | 59.63 | - |
| YUV | 63.84 | 208.79 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 207 | 0.71 | 0.82 | 0 | 0.19 | 247.81 | 0.69 | 0.48 |
| Hex | 3C | 26 | CF | 47 | 52 | 0 | 13 | F8 | 45 | 30 |
| Octal | 74 | 46 | 317 | 107 | 122 | 0 | 23 | 370 | 105 | 60 |
| Binary | 111100 | 100110 | 11001111 | 1000111 | 1010010 | 0 | 10011 | 11111000 | 1000101 | 110000 |
Color Harmonies of #3C26CF
Complementary color
Monochromatic Colors of #3C26CF
Black with #3C26CF
Text Example
Text Example
White with #3C26CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C26CF; }
p { color: rgb(60,38,207); }
H1.HeaderClassName
{
color: #3C26CF;
}
.AnyTagClassName
{
color: #3C26CF;
}
</style>
background-color css
<style>
a { background-color: #3C26CF; }
a { background-color: rgb(60,38,207); }
div.DivClassName
{
background-color: #3C26CF;
}
.BgClassName
{
background-color: #3C26CF;
}
</style>
border-color css
<style>
span { border-color: #3C26CF; }
span { border-color: rgb(60,38,207); }
td.TdClassName
{
border-color: #3C26CF;
}
.TagClassName
{
border-color: #3C26CF;
}
</style>