Shades of Purple Heart #4325CF
Tints of Purple Heart #4325CF
RGB
CMYK
RGB Variations
Color information
#4325CF (or 0x4325CF) is known color: Purple Heart. HEX triplet: 43, 25 and CF. RGB value is (67,37,207). Sum of RGB (Red+Green+Blue) = 67+37+207=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 207 (81.25% from 255 or 66.56% from 311); Max value from RGB is 207 - color contains mainly: blue. Hex color #4325CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4325CF is #BCDA30. Grayscale: #404040. Windows color (decimal): -12376625 or 13575491. OLE color: 13575491.
HSL color Cylindrical-coordinate representation of color #4325CF: hue angle of 250.59º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4325CF is Cyan = 0.68, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 67 | 37 | 207 | - |
| CMYK | 0.68 | 0.82 | 0 | 0.19 |
| HSL | 250.59º | 0.7% | 0.48% | - |
| HSV(B) | 250.59º | 0.82% | 0.81% | - |
| XYZ | 14.24 | 7.02 | 59.64 | - |
| YUV | 65.35 | 207.94 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 207 | 0.68 | 0.82 | 0 | 0.19 | 250.59 | 0.7 | 0.48 |
| Hex | 43 | 25 | CF | 44 | 52 | 0 | 13 | FB | 46 | 30 |
| Octal | 103 | 45 | 317 | 104 | 122 | 0 | 23 | 373 | 106 | 60 |
| Binary | 1000011 | 100101 | 11001111 | 1000100 | 1010010 | 0 | 10011 | 11111011 | 1000110 | 110000 |
Color Harmonies of #4325CF
Complementary color
Monochromatic Colors of #4325CF
Black with #4325CF
Text Example
Text Example
White with #4325CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4325CF; }
p { color: rgb(67,37,207); }
H1.HeaderClassName
{
color: #4325CF;
}
.AnyTagClassName
{
color: #4325CF;
}
</style>
background-color css
<style>
a { background-color: #4325CF; }
a { background-color: rgb(67,37,207); }
div.DivClassName
{
background-color: #4325CF;
}
.BgClassName
{
background-color: #4325CF;
}
</style>
border-color css
<style>
span { border-color: #4325CF; }
span { border-color: rgb(67,37,207); }
td.TdClassName
{
border-color: #4325CF;
}
.TagClassName
{
border-color: #4325CF;
}
</style>