Shades of Purple Heart #482BCC
Tints of Purple Heart #482BCC
RGB
CMYK
RGB Variations
Color information
#482BCC (or 0x482BCC) is known color: Purple Heart. HEX triplet: 48, 2B and CC. RGB value is (72,43,204). Sum of RGB (Red+Green+Blue) = 72+43+204=319 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.57% from 319); Green value is 43 (17.19% from 255 or 13.48% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #482BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #482BCC is #B7D433. Grayscale: #454545. Windows color (decimal): -12047412 or 13380424. OLE color: 13380424.
HSL color Cylindrical-coordinate representation of color #482BCC: hue angle of 250.81º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #482BCC is Cyan = 0.65, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 72 | 43 | 204 | - |
| CMYK | 0.65 | 0.79 | 0 | 0.2 |
| HSL | 250.81º | 0.65% | 0.48% | - |
| HSV(B) | 250.81º | 0.79% | 0.8% | - |
| XYZ | 14.44 | 7.47 | 57.81 | - |
| YUV | 70.03 | 203.61 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 43 | 204 | 0.65 | 0.79 | 0 | 0.2 | 250.81 | 0.65 | 0.48 |
| Hex | 48 | 2B | CC | 41 | 4F | 0 | 14 | FB | 41 | 30 |
| Octal | 110 | 53 | 314 | 101 | 117 | 0 | 24 | 373 | 101 | 60 |
| Binary | 1001000 | 101011 | 11001100 | 1000001 | 1001111 | 0 | 10100 | 11111011 | 1000001 | 110000 |
Color Harmonies of #482BCC
Complementary color
Monochromatic Colors of #482BCC
Black with #482BCC
Text Example
Text Example
White with #482BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #482BCC; }
p { color: rgb(72,43,204); }
H1.HeaderClassName
{
color: #482BCC;
}
.AnyTagClassName
{
color: #482BCC;
}
</style>
background-color css
<style>
a { background-color: #482BCC; }
a { background-color: rgb(72,43,204); }
div.DivClassName
{
background-color: #482BCC;
}
.BgClassName
{
background-color: #482BCC;
}
</style>
border-color css
<style>
span { border-color: #482BCC; }
span { border-color: rgb(72,43,204); }
td.TdClassName
{
border-color: #482BCC;
}
.TagClassName
{
border-color: #482BCC;
}
</style>