Shades of Purple Heart #4813CC
Tints of Purple Heart #4813CC
RGB
CMYK
RGB Variations
Color information
#4813CC (or 0x4813CC) is known color: Purple Heart. HEX triplet: 48, 13 and CC. RGB value is (72,19,204). Sum of RGB (Red+Green+Blue) = 72+19+204=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 19 (7.81% from 255 or 6.44% from 295); Blue value is 204 (80.08% from 255 or 69.15% from 295); Max value from RGB is 204 - color contains mainly: blue. Hex color #4813CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4813CC is #B7EC33. Grayscale: #373737. Windows color (decimal): -12053556 or 13374280. OLE color: 13374280.
HSL color Cylindrical-coordinate representation of color #4813CC: hue angle of 257.19º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4813CC is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 19 | 204 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.2 |
| HSL | 257.19º | 0.83% | 0.44% | - |
| HSV(B) | 257.19º | 0.91% | 0.8% | - |
| XYZ | 13.8 | 6.2 | 57.6 | - |
| YUV | 55.94 | 211.56 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 204 | 0.65 | 0.91 | 0 | 0.2 | 257.19 | 0.83 | 0.44 |
| Hex | 48 | 13 | CC | 41 | 5B | 0 | 14 | 101 | 53 | 2C |
| Octal | 110 | 23 | 314 | 101 | 133 | 0 | 24 | 401 | 123 | 54 |
| Binary | 1001000 | 10011 | 11001100 | 1000001 | 1011011 | 0 | 10100 | 100000001 | 1010011 | 101100 |
Color Harmonies of #4813CC
Complementary color
Monochromatic Colors of #4813CC
Black with #4813CC
Text Example
Text Example
White with #4813CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4813CC; }
p { color: rgb(72,19,204); }
H1.HeaderClassName
{
color: #4813CC;
}
.AnyTagClassName
{
color: #4813CC;
}
</style>
background-color css
<style>
a { background-color: #4813CC; }
a { background-color: rgb(72,19,204); }
div.DivClassName
{
background-color: #4813CC;
}
.BgClassName
{
background-color: #4813CC;
}
</style>
border-color css
<style>
span { border-color: #4813CC; }
span { border-color: rgb(72,19,204); }
td.TdClassName
{
border-color: #4813CC;
}
.TagClassName
{
border-color: #4813CC;
}
</style>