Shades of Purple Heart #4533C6
Tints of Purple Heart #4533C6
RGB
CMYK
RGB Variations
Color information
#4533C6 (or 0x4533C6) is known color: Purple Heart. HEX triplet: 45, 33 and C6. RGB value is (69,51,198). Sum of RGB (Red+Green+Blue) = 69+51+198=318 (42% of max value = 765). Red value is 69 (27.34% from 255 or 21.70% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 198 (77.73% from 255 or 62.26% from 318); Max value from RGB is 198 - color contains mainly: blue. Hex color #4533C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4533C6 is #BACC39. Grayscale: #484848. Windows color (decimal): -12241978 or 12989253. OLE color: 12989253.
HSL color Cylindrical-coordinate representation of color #4533C6: hue angle of 247.35º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4533C6 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 51 | 198 | - |
| CMYK | 0.65 | 0.74 | 0 | 0.22 |
| HSL | 247.35º | 0.59% | 0.49% | - |
| HSV(B) | 247.35º | 0.74% | 0.78% | - |
| XYZ | 13.83 | 7.71 | 54.19 | - |
| YUV | 73.14 | 198.46 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 51 | 198 | 0.65 | 0.74 | 0 | 0.22 | 247.35 | 0.59 | 0.49 |
| Hex | 45 | 33 | C6 | 41 | 4A | 0 | 16 | F7 | 3B | 31 |
| Octal | 105 | 63 | 306 | 101 | 112 | 0 | 26 | 367 | 73 | 61 |
| Binary | 1000101 | 110011 | 11000110 | 1000001 | 1001010 | 0 | 10110 | 11110111 | 111011 | 110001 |
Color Harmonies of #4533C6
Complementary color
Monochromatic Colors of #4533C6
Black with #4533C6
Text Example
Text Example
White with #4533C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4533C6; }
p { color: rgb(69,51,198); }
H1.HeaderClassName
{
color: #4533C6;
}
.AnyTagClassName
{
color: #4533C6;
}
</style>
background-color css
<style>
a { background-color: #4533C6; }
a { background-color: rgb(69,51,198); }
div.DivClassName
{
background-color: #4533C6;
}
.BgClassName
{
background-color: #4533C6;
}
</style>
border-color css
<style>
span { border-color: #4533C6; }
span { border-color: rgb(69,51,198); }
td.TdClassName
{
border-color: #4533C6;
}
.TagClassName
{
border-color: #4533C6;
}
</style>