Shades of Purple Heart #4530C8
Tints of Purple Heart #4530C8
RGB
CMYK
RGB Variations
Color information
#4530C8 (or 0x4530C8) is known color: Purple Heart. HEX triplet: 45, 30 and C8. RGB value is (69,48,200). Sum of RGB (Red+Green+Blue) = 69+48+200=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 200 (78.52% from 255 or 63.09% from 317); Max value from RGB is 200 - color contains mainly: blue. Hex color #4530C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4530C8 is #BACF37. Grayscale: #474747. Windows color (decimal): -12242744 or 13119557. OLE color: 13119557.
HSL color Cylindrical-coordinate representation of color #4530C8: hue angle of 248.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4530C8 is Cyan = 0.66, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 48 | 200 | - |
| CMYK | 0.66 | 0.76 | 0 | 0.22 |
| HSL | 248.29º | 0.61% | 0.49% | - |
| HSV(B) | 248.29º | 0.76% | 0.78% | - |
| XYZ | 13.94 | 7.55 | 55.37 | - |
| YUV | 71.61 | 200.46 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 48 | 200 | 0.66 | 0.76 | 0 | 0.22 | 248.29 | 0.61 | 0.49 |
| Hex | 45 | 30 | C8 | 42 | 4C | 0 | 16 | F8 | 3D | 31 |
| Octal | 105 | 60 | 310 | 102 | 114 | 0 | 26 | 370 | 75 | 61 |
| Binary | 1000101 | 110000 | 11001000 | 1000010 | 1001100 | 0 | 10110 | 11111000 | 111101 | 110001 |
Color Harmonies of #4530C8
Complementary color
Monochromatic Colors of #4530C8
Black with #4530C8
Text Example
Text Example
White with #4530C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4530C8; }
p { color: rgb(69,48,200); }
H1.HeaderClassName
{
color: #4530C8;
}
.AnyTagClassName
{
color: #4530C8;
}
</style>
background-color css
<style>
a { background-color: #4530C8; }
a { background-color: rgb(69,48,200); }
div.DivClassName
{
background-color: #4530C8;
}
.BgClassName
{
background-color: #4530C8;
}
</style>
border-color css
<style>
span { border-color: #4530C8; }
span { border-color: rgb(69,48,200); }
td.TdClassName
{
border-color: #4530C8;
}
.TagClassName
{
border-color: #4530C8;
}
</style>