Shades of Purple Heart #4223B5
Tints of Purple Heart #4223B5
RGB
CMYK
RGB Variations
Color information
#4223B5 (or 0x4223B5) is known color: Purple Heart. HEX triplet: 42, 23 and B5. RGB value is (66,35,181). Sum of RGB (Red+Green+Blue) = 66+35+181=282 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.40% from 282); Green value is 35 (14.06% from 255 or 12.41% from 282); Blue value is 181 (71.09% from 255 or 64.18% from 282); Max value from RGB is 181 - color contains mainly: blue. Hex color #4223B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4223B5 is #BDDC4A. Grayscale: #3C3C3C. Windows color (decimal): -12442699 or 11871042. OLE color: 11871042.
HSL color Cylindrical-coordinate representation of color #4223B5: hue angle of 252.74º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4223B5 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 35 | 181 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.29 |
| HSL | 252.74º | 0.68% | 0.42% | - |
| HSV(B) | 252.74º | 0.81% | 0.71% | - |
| XYZ | 11.19 | 5.7 | 44.23 | - |
| YUV | 60.91 | 195.77 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 181 | 0.64 | 0.81 | 0 | 0.29 | 252.74 | 0.68 | 0.42 |
| Hex | 42 | 23 | B5 | 40 | 51 | 0 | 1D | FD | 44 | 2A |
| Octal | 102 | 43 | 265 | 100 | 121 | 0 | 35 | 375 | 104 | 52 |
| Binary | 1000010 | 100011 | 10110101 | 1000000 | 1010001 | 0 | 11101 | 11111101 | 1000100 | 101010 |
Color Harmonies of #4223B5
Complementary color
Monochromatic Colors of #4223B5
Black with #4223B5
Text Example
Text Example
White with #4223B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4223B5; }
p { color: rgb(66,35,181); }
H1.HeaderClassName
{
color: #4223B5;
}
.AnyTagClassName
{
color: #4223B5;
}
</style>
background-color css
<style>
a { background-color: #4223B5; }
a { background-color: rgb(66,35,181); }
div.DivClassName
{
background-color: #4223B5;
}
.BgClassName
{
background-color: #4223B5;
}
</style>
border-color css
<style>
span { border-color: #4223B5; }
span { border-color: rgb(66,35,181); }
td.TdClassName
{
border-color: #4223B5;
}
.TagClassName
{
border-color: #4223B5;
}
</style>