Shades of Purple Heart #4210AC
Tints of Purple Heart #4210AC
RGB
CMYK
RGB Variations
Color information
#4210AC (or 0x4210AC) is known color: Purple Heart. HEX triplet: 42, 10 and AC. RGB value is (66,16,172). Sum of RGB (Red+Green+Blue) = 66+16+172=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #4210AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4210AC is #BDEF53. Grayscale: #303030. Windows color (decimal): -12447572 or 11276354. OLE color: 11276354.
HSL color Cylindrical-coordinate representation of color #4210AC: hue angle of 259.23º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4210AC is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 16 | 172 | - |
| CMYK | 0.62 | 0.91 | 0 | 0.33 |
| HSL | 259.23º | 0.83% | 0.37% | - |
| HSV(B) | 259.23º | 0.91% | 0.67% | - |
| XYZ | 9.88 | 4.51 | 39.38 | - |
| YUV | 48.73 | 197.57 | 140.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 172 | 0.62 | 0.91 | 0 | 0.33 | 259.23 | 0.83 | 0.37 |
| Hex | 42 | 10 | AC | 3E | 5B | 0 | 21 | 103 | 53 | 25 |
| Octal | 102 | 20 | 254 | 76 | 133 | 0 | 41 | 403 | 123 | 45 |
| Binary | 1000010 | 10000 | 10101100 | 111110 | 1011011 | 0 | 100001 | 100000011 | 1010011 | 100101 |
Color Harmonies of #4210AC
Complementary color
Monochromatic Colors of #4210AC
Black with #4210AC
Text Example
Text Example
White with #4210AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210AC; }
p { color: rgb(66,16,172); }
H1.HeaderClassName
{
color: #4210AC;
}
.AnyTagClassName
{
color: #4210AC;
}
</style>
background-color css
<style>
a { background-color: #4210AC; }
a { background-color: rgb(66,16,172); }
div.DivClassName
{
background-color: #4210AC;
}
.BgClassName
{
background-color: #4210AC;
}
</style>
border-color css
<style>
span { border-color: #4210AC; }
span { border-color: rgb(66,16,172); }
td.TdClassName
{
border-color: #4210AC;
}
.TagClassName
{
border-color: #4210AC;
}
</style>