Shades of Purple Heart #4508B3
Tints of Purple Heart #4508B3
RGB
CMYK
RGB Variations
Color information
#4508B3 (or 0x4508B3) is known color: Purple Heart. HEX triplet: 45, 08 and B3. RGB value is (69,8,179). Sum of RGB (Red+Green+Blue) = 69+8+179=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 179 (70.31% from 255 or 69.92% from 256); Max value from RGB is 179 - color contains mainly: blue. Hex color #4508B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4508B3 is #BAF74C. Grayscale: #2D2D2D. Windows color (decimal): -12253005 or 11733061. OLE color: 11733061.
HSL color Cylindrical-coordinate representation of color #4508B3: hue angle of 261.4º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4508B3 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 69 | 8 | 179 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.30 |
| HSL | 261.4º | 0.91% | 0.37% | - |
| HSV(B) | 261.4º | 0.96% | 0.7% | - |
| XYZ | 10.68 | 4.69 | 42.99 | - |
| YUV | 45.73 | 203.21 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 8 | 179 | 0.61 | 0.96 | 0 | 0.30 | 261.4 | 0.91 | 0.37 |
| Hex | 45 | 8 | B3 | 3D | 60 | 0 | 1E | 105 | 5B | 25 |
| Octal | 105 | 10 | 263 | 75 | 140 | 0 | 36 | 405 | 133 | 45 |
| Binary | 1000101 | 1000 | 10110011 | 111101 | 1100000 | 0 | 11110 | 100000101 | 1011011 | 100101 |
Color Harmonies of #4508B3
Complementary color
Monochromatic Colors of #4508B3
Black with #4508B3
Text Example
Text Example
White with #4508B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4508B3; }
p { color: rgb(69,8,179); }
H1.HeaderClassName
{
color: #4508B3;
}
.AnyTagClassName
{
color: #4508B3;
}
</style>
background-color css
<style>
a { background-color: #4508B3; }
a { background-color: rgb(69,8,179); }
div.DivClassName
{
background-color: #4508B3;
}
.BgClassName
{
background-color: #4508B3;
}
</style>
border-color css
<style>
span { border-color: #4508B3; }
span { border-color: rgb(69,8,179); }
td.TdClassName
{
border-color: #4508B3;
}
.TagClassName
{
border-color: #4508B3;
}
</style>