Shades of Purple Heart #4230BC
Tints of Purple Heart #4230BC
RGB
CMYK
RGB Variations
Color information
#4230BC (or 0x4230BC) is known color: Purple Heart. HEX triplet: 42, 30 and BC. RGB value is (66,48,188). Sum of RGB (Red+Green+Blue) = 66+48+188=302 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.85% from 302); Green value is 48 (19.14% from 255 or 15.89% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #4230BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230BC is #BDCF43. Grayscale: #444444. Windows color (decimal): -12439364 or 12333122. OLE color: 12333122.
HSL color Cylindrical-coordinate representation of color #4230BC: hue angle of 247.71º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4230BC is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 48 | 188 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.26 |
| HSL | 247.71º | 0.59% | 0.46% | - |
| HSV(B) | 247.71º | 0.74% | 0.74% | - |
| XYZ | 12.38 | 6.9 | 48.26 | - |
| YUV | 69.34 | 194.96 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 188 | 0.65 | 0.74 | 0 | 0.26 | 247.71 | 0.59 | 0.46 |
| Hex | 42 | 30 | BC | 41 | 4A | 0 | 1A | F8 | 3B | 2E |
| Octal | 102 | 60 | 274 | 101 | 112 | 0 | 32 | 370 | 73 | 56 |
| Binary | 1000010 | 110000 | 10111100 | 1000001 | 1001010 | 0 | 11010 | 11111000 | 111011 | 101110 |
Color Harmonies of #4230BC
Complementary color
Monochromatic Colors of #4230BC
Black with #4230BC
Text Example
Text Example
White with #4230BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4230BC; }
p { color: rgb(66,48,188); }
H1.HeaderClassName
{
color: #4230BC;
}
.AnyTagClassName
{
color: #4230BC;
}
</style>
background-color css
<style>
a { background-color: #4230BC; }
a { background-color: rgb(66,48,188); }
div.DivClassName
{
background-color: #4230BC;
}
.BgClassName
{
background-color: #4230BC;
}
</style>
border-color css
<style>
span { border-color: #4230BC; }
span { border-color: rgb(66,48,188); }
td.TdClassName
{
border-color: #4230BC;
}
.TagClassName
{
border-color: #4230BC;
}
</style>