Shades of Purple Heart #4230CB
Tints of Purple Heart #4230CB
RGB
CMYK
RGB Variations
Color information
#4230CB (or 0x4230CB) is known color: Purple Heart. HEX triplet: 42, 30 and CB. RGB value is (66,48,203). Sum of RGB (Red+Green+Blue) = 66+48+203=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 203 (79.69% from 255 or 64.04% from 317); Max value from RGB is 203 - color contains mainly: blue. Hex color #4230CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4230CB is #BDCF34. Grayscale: #464646. Windows color (decimal): -12439349 or 13316162. OLE color: 13316162.
HSL color Cylindrical-coordinate representation of color #4230CB: hue angle of 246.97º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4230CB is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 48 | 203 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.20 |
| HSL | 246.97º | 0.62% | 0.49% | - |
| HSV(B) | 246.97º | 0.76% | 0.8% | - |
| XYZ | 14.08 | 7.58 | 57.22 | - |
| YUV | 71.05 | 202.46 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 203 | 0.67 | 0.76 | 0 | 0.20 | 246.97 | 0.62 | 0.49 |
| Hex | 42 | 30 | CB | 43 | 4C | 0 | 14 | F7 | 3E | 31 |
| Octal | 102 | 60 | 313 | 103 | 114 | 0 | 24 | 367 | 76 | 61 |
| Binary | 1000010 | 110000 | 11001011 | 1000011 | 1001100 | 0 | 10100 | 11110111 | 111110 | 110001 |
Color Harmonies of #4230CB
Complementary color
Monochromatic Colors of #4230CB
Black with #4230CB
Text Example
Text Example
White with #4230CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4230CB; }
p { color: rgb(66,48,203); }
H1.HeaderClassName
{
color: #4230CB;
}
.AnyTagClassName
{
color: #4230CB;
}
</style>
background-color css
<style>
a { background-color: #4230CB; }
a { background-color: rgb(66,48,203); }
div.DivClassName
{
background-color: #4230CB;
}
.BgClassName
{
background-color: #4230CB;
}
</style>
border-color css
<style>
span { border-color: #4230CB; }
span { border-color: rgb(66,48,203); }
td.TdClassName
{
border-color: #4230CB;
}
.TagClassName
{
border-color: #4230CB;
}
</style>