Shades of Purple Heart #7308B2
Tints of Purple Heart #7308B2
RGB
CMYK
RGB Variations
Color information
#7308B2 (or 0x7308B2) is known color: Purple Heart. HEX triplet: 73, 08 and B2. RGB value is (115,8,178). Sum of RGB (Red+Green+Blue) = 115+8+178=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 8 (3.52% from 255 or 2.66% from 301); Blue value is 178 (69.92% from 255 or 59.14% from 301); Max value from RGB is 178 - color contains mainly: blue. Hex color #7308B2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7308B2 is #8CF74D. Grayscale: #3A3A3A. Windows color (decimal): -9238350 or 11667571. OLE color: 11667571.
HSL color Cylindrical-coordinate representation of color #7308B2: hue angle of 277.76º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7308B2 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 115 | 8 | 178 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.30 |
| HSL | 277.76º | 0.91% | 0.36% | - |
| HSV(B) | 277.76º | 0.96% | 0.7% | - |
| XYZ | 15.19 | 7.03 | 42.68 | - |
| YUV | 59.37 | 194.95 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 8 | 178 | 0.35 | 0.96 | 0 | 0.30 | 277.76 | 0.91 | 0.36 |
| Hex | 73 | 8 | B2 | 23 | 60 | 0 | 1E | 116 | 5B | 24 |
| Octal | 163 | 10 | 262 | 43 | 140 | 0 | 36 | 426 | 133 | 44 |
| Binary | 1110011 | 1000 | 10110010 | 100011 | 1100000 | 0 | 11110 | 100010110 | 1011011 | 100100 |
Color Harmonies of #7308B2
Complementary color
Monochromatic Colors of #7308B2
Black with #7308B2
Text Example
Text Example
White with #7308B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7308B2; }
p { color: rgb(115,8,178); }
H1.HeaderClassName
{
color: #7308B2;
}
.AnyTagClassName
{
color: #7308B2;
}
</style>
background-color css
<style>
a { background-color: #7308B2; }
a { background-color: rgb(115,8,178); }
div.DivClassName
{
background-color: #7308B2;
}
.BgClassName
{
background-color: #7308B2;
}
</style>
border-color css
<style>
span { border-color: #7308B2; }
span { border-color: rgb(115,8,178); }
td.TdClassName
{
border-color: #7308B2;
}
.TagClassName
{
border-color: #7308B2;
}
</style>