Shades of Purple Heart #4510AF
Tints of Purple Heart #4510AF
RGB
CMYK
RGB Variations
Color information
#4510AF (or 0x4510AF) is known color: Purple Heart. HEX triplet: 45, 10 and AF. RGB value is (69,16,175). Sum of RGB (Red+Green+Blue) = 69+16+175=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #4510AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4510AF is #BAEF50. Grayscale: #313131. Windows color (decimal): -12250961 or 11472965. OLE color: 11472965.
HSL color Cylindrical-coordinate representation of color #4510AF: hue angle of 260º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4510AF is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 69 | 16 | 175 | - |
| CMYK | 0.61 | 0.91 | 0 | 0.31 |
| HSL | 260º | 0.83% | 0.37% | - |
| HSV(B) | 260º | 0.91% | 0.69% | - |
| XYZ | 10.38 | 4.73 | 40.92 | - |
| YUV | 49.97 | 198.56 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 16 | 175 | 0.61 | 0.91 | 0 | 0.31 | 260 | 0.83 | 0.37 |
| Hex | 45 | 10 | AF | 3D | 5B | 0 | 1F | 104 | 53 | 25 |
| Octal | 105 | 20 | 257 | 75 | 133 | 0 | 37 | 404 | 123 | 45 |
| Binary | 1000101 | 10000 | 10101111 | 111101 | 1011011 | 0 | 11111 | 100000100 | 1010011 | 100101 |
Color Harmonies of #4510AF
Complementary color
Monochromatic Colors of #4510AF
Black with #4510AF
Text Example
Text Example
White with #4510AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4510AF; }
p { color: rgb(69,16,175); }
H1.HeaderClassName
{
color: #4510AF;
}
.AnyTagClassName
{
color: #4510AF;
}
</style>
background-color css
<style>
a { background-color: #4510AF; }
a { background-color: rgb(69,16,175); }
div.DivClassName
{
background-color: #4510AF;
}
.BgClassName
{
background-color: #4510AF;
}
</style>
border-color css
<style>
span { border-color: #4510AF; }
span { border-color: rgb(69,16,175); }
td.TdClassName
{
border-color: #4510AF;
}
.TagClassName
{
border-color: #4510AF;
}
</style>