Shades of Purple Heart #7225CB
Tints of Purple Heart #7225CB
RGB
CMYK
RGB Variations
Color information
#7225CB (or 0x7225CB) is known color: Purple Heart. HEX triplet: 72, 25 and CB. RGB value is (114,37,203). Sum of RGB (Red+Green+Blue) = 114+37+203=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 203 (79.69% from 255 or 57.34% from 354); Max value from RGB is 203 - color contains mainly: blue. Hex color #7225CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7225CB is #8DDA34. Grayscale: #4E4E4E. Windows color (decimal): -9296437 or 13313394. OLE color: 13313394.
HSL color Cylindrical-coordinate representation of color #7225CB: hue angle of 267.83º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7225CB is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 114 | 37 | 203 | - |
| CMYK | 0.44 | 0.82 | 0 | 0.20 |
| HSL | 267.83º | 0.69% | 0.47% | - |
| HSV(B) | 267.83º | 0.82% | 0.8% | - |
| XYZ | 18.38 | 9.21 | 57.31 | - |
| YUV | 78.95 | 198.01 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 37 | 203 | 0.44 | 0.82 | 0 | 0.20 | 267.83 | 0.69 | 0.47 |
| Hex | 72 | 25 | CB | 2C | 52 | 0 | 14 | 10C | 45 | 2F |
| Octal | 162 | 45 | 313 | 54 | 122 | 0 | 24 | 414 | 105 | 57 |
| Binary | 1110010 | 100101 | 11001011 | 101100 | 1010010 | 0 | 10100 | 100001100 | 1000101 | 101111 |
Color Harmonies of #7225CB
Complementary color
Monochromatic Colors of #7225CB
Black with #7225CB
Text Example
Text Example
White with #7225CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7225CB; }
p { color: rgb(114,37,203); }
H1.HeaderClassName
{
color: #7225CB;
}
.AnyTagClassName
{
color: #7225CB;
}
</style>
background-color css
<style>
a { background-color: #7225CB; }
a { background-color: rgb(114,37,203); }
div.DivClassName
{
background-color: #7225CB;
}
.BgClassName
{
background-color: #7225CB;
}
</style>
border-color css
<style>
span { border-color: #7225CB; }
span { border-color: rgb(114,37,203); }
td.TdClassName
{
border-color: #7225CB;
}
.TagClassName
{
border-color: #7225CB;
}
</style>