Shades of Purple Heart #4430CB
Tints of Purple Heart #4430CB
RGB
CMYK
RGB Variations
Color information
#4430CB (or 0x4430CB) is known color: Purple Heart. HEX triplet: 44, 30 and CB. RGB value is (68,48,203). Sum of RGB (Red+Green+Blue) = 68+48+203=319 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.32% from 319); Green value is 48 (19.14% from 255 or 15.05% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #4430CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4430CB is #BBCF34. Grayscale: #474747. Windows color (decimal): -12308277 or 13316164. OLE color: 13316164.
HSL color Cylindrical-coordinate representation of color #4430CB: hue angle of 247.74º 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 #4430CB is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 68 | 48 | 203 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.20 |
| HSL | 247.74º | 0.62% | 0.49% | - |
| HSV(B) | 247.74º | 0.76% | 0.8% | - |
| XYZ | 14.22 | 7.65 | 57.23 | - |
| YUV | 71.65 | 202.13 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 48 | 203 | 0.67 | 0.76 | 0 | 0.20 | 247.74 | 0.62 | 0.49 |
| Hex | 44 | 30 | CB | 43 | 4C | 0 | 14 | F8 | 3E | 31 |
| Octal | 104 | 60 | 313 | 103 | 114 | 0 | 24 | 370 | 76 | 61 |
| Binary | 1000100 | 110000 | 11001011 | 1000011 | 1001100 | 0 | 10100 | 11111000 | 111110 | 110001 |
Color Harmonies of #4430CB
Complementary color
Monochromatic Colors of #4430CB
Black with #4430CB
Text Example
Text Example
White with #4430CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4430CB; }
p { color: rgb(68,48,203); }
H1.HeaderClassName
{
color: #4430CB;
}
.AnyTagClassName
{
color: #4430CB;
}
</style>
background-color css
<style>
a { background-color: #4430CB; }
a { background-color: rgb(68,48,203); }
div.DivClassName
{
background-color: #4430CB;
}
.BgClassName
{
background-color: #4430CB;
}
</style>
border-color css
<style>
span { border-color: #4430CB; }
span { border-color: rgb(68,48,203); }
td.TdClassName
{
border-color: #4430CB;
}
.TagClassName
{
border-color: #4430CB;
}
</style>