Shades of Purple Heart #4210AF
Tints of Purple Heart #4210AF
RGB
CMYK
RGB Variations
Color information
#4210AF (or 0x4210AF) is known color: Purple Heart. HEX triplet: 42, 10 and AF. RGB value is (66,16,175). Sum of RGB (Red+Green+Blue) = 66+16+175=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 175 (68.75% from 255 or 68.09% from 257); Max value from RGB is 175 - color contains mainly: blue. Hex color #4210AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4210AF is #BDEF50. Grayscale: #303030. Windows color (decimal): -12447569 or 11472962. OLE color: 11472962.
HSL color Cylindrical-coordinate representation of color #4210AF: hue angle of 258.87º 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 #4210AF is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 16 | 175 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.31 |
| HSL | 258.87º | 0.83% | 0.37% | - |
| HSV(B) | 258.87º | 0.91% | 0.69% | - |
| XYZ | 10.17 | 4.62 | 40.91 | - |
| YUV | 49.08 | 199.07 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 175 | 0.62 | 0.91 | 0 | 0.31 | 258.87 | 0.83 | 0.37 |
| Hex | 42 | 10 | AF | 3E | 5B | 0 | 1F | 103 | 53 | 25 |
| Octal | 102 | 20 | 257 | 76 | 133 | 0 | 37 | 403 | 123 | 45 |
| Binary | 1000010 | 10000 | 10101111 | 111110 | 1011011 | 0 | 11111 | 100000011 | 1010011 | 100101 |
Color Harmonies of #4210AF
Complementary color
Monochromatic Colors of #4210AF
Black with #4210AF
Text Example
Text Example
White with #4210AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210AF; }
p { color: rgb(66,16,175); }
H1.HeaderClassName
{
color: #4210AF;
}
.AnyTagClassName
{
color: #4210AF;
}
</style>
background-color css
<style>
a { background-color: #4210AF; }
a { background-color: rgb(66,16,175); }
div.DivClassName
{
background-color: #4210AF;
}
.BgClassName
{
background-color: #4210AF;
}
</style>
border-color css
<style>
span { border-color: #4210AF; }
span { border-color: rgb(66,16,175); }
td.TdClassName
{
border-color: #4210AF;
}
.TagClassName
{
border-color: #4210AF;
}
</style>