Shades of Purple Heart #3C23BD
Tints of Purple Heart #3C23BD
RGB
CMYK
RGB Variations
Color information
#3C23BD (or 0x3C23BD) is known color: Purple Heart. HEX triplet: 3C, 23 and BD. RGB value is (60,35,189). Sum of RGB (Red+Green+Blue) = 60+35+189=284 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.13% from 284); Green value is 35 (14.06% from 255 or 12.32% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #3C23BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C23BD is #C3DC42. Grayscale: #3B3B3B. Windows color (decimal): -12835907 or 12395324. OLE color: 12395324.
HSL color Cylindrical-coordinate representation of color #3C23BD: hue angle of 249.74º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C23BD is Cyan = 0.68, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 60 | 35 | 189 | - |
| CMYK | 0.68 | 0.81 | 0 | 0.26 |
| HSL | 249.74º | 0.69% | 0.44% | - |
| HSV(B) | 249.74º | 0.81% | 0.74% | - |
| XYZ | 11.65 | 5.84 | 48.66 | - |
| YUV | 60.03 | 200.78 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 35 | 189 | 0.68 | 0.81 | 0 | 0.26 | 249.74 | 0.69 | 0.44 |
| Hex | 3C | 23 | BD | 44 | 51 | 0 | 1A | FA | 45 | 2C |
| Octal | 74 | 43 | 275 | 104 | 121 | 0 | 32 | 372 | 105 | 54 |
| Binary | 111100 | 100011 | 10111101 | 1000100 | 1010001 | 0 | 11010 | 11111010 | 1000101 | 101100 |
Color Harmonies of #3C23BD
Complementary color
Monochromatic Colors of #3C23BD
Black with #3C23BD
Text Example
Text Example
White with #3C23BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C23BD; }
p { color: rgb(60,35,189); }
H1.HeaderClassName
{
color: #3C23BD;
}
.AnyTagClassName
{
color: #3C23BD;
}
</style>
background-color css
<style>
a { background-color: #3C23BD; }
a { background-color: rgb(60,35,189); }
div.DivClassName
{
background-color: #3C23BD;
}
.BgClassName
{
background-color: #3C23BD;
}
</style>
border-color css
<style>
span { border-color: #3C23BD; }
span { border-color: rgb(60,35,189); }
td.TdClassName
{
border-color: #3C23BD;
}
.TagClassName
{
border-color: #3C23BD;
}
</style>