Shades of Purple Heart #3C26BE
Tints of Purple Heart #3C26BE
RGB
CMYK
RGB Variations
Color information
#3C26BE (or 0x3C26BE) is known color: Purple Heart. HEX triplet: 3C, 26 and BE. RGB value is (60,38,190). Sum of RGB (Red+Green+Blue) = 60+38+190=288 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.83% from 288); Green value is 38 (15.23% from 255 or 13.19% from 288); Blue value is 190 (74.61% from 255 or 65.97% from 288); Max value from RGB is 190 - color contains mainly: blue. Hex color #3C26BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C26BE is #C3D941. Grayscale: #3D3D3D. Windows color (decimal): -12835138 or 12461628. OLE color: 12461628.
HSL color Cylindrical-coordinate representation of color #3C26BE: hue angle of 248.68º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3C26BE is Cyan = 0.68, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 60 | 38 | 190 | - |
| CMYK | 0.68 | 0.8 | 0 | 0.25 |
| HSL | 248.68º | 0.67% | 0.45% | - |
| HSV(B) | 248.68º | 0.8% | 0.75% | - |
| XYZ | 11.85 | 6.06 | 49.26 | - |
| YUV | 61.91 | 200.29 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 190 | 0.68 | 0.8 | 0 | 0.25 | 248.68 | 0.67 | 0.45 |
| Hex | 3C | 26 | BE | 44 | 50 | 0 | 19 | F9 | 43 | 2D |
| Octal | 74 | 46 | 276 | 104 | 120 | 0 | 31 | 371 | 103 | 55 |
| Binary | 111100 | 100110 | 10111110 | 1000100 | 1010000 | 0 | 11001 | 11111001 | 1000011 | 101101 |
Color Harmonies of #3C26BE
Complementary color
Monochromatic Colors of #3C26BE
Black with #3C26BE
Text Example
Text Example
White with #3C26BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C26BE; }
p { color: rgb(60,38,190); }
H1.HeaderClassName
{
color: #3C26BE;
}
.AnyTagClassName
{
color: #3C26BE;
}
</style>
background-color css
<style>
a { background-color: #3C26BE; }
a { background-color: rgb(60,38,190); }
div.DivClassName
{
background-color: #3C26BE;
}
.BgClassName
{
background-color: #3C26BE;
}
</style>
border-color css
<style>
span { border-color: #3C26BE; }
span { border-color: rgb(60,38,190); }
td.TdClassName
{
border-color: #3C26BE;
}
.TagClassName
{
border-color: #3C26BE;
}
</style>