Shades of Purple Heart #4210B1
Tints of Purple Heart #4210B1
RGB
CMYK
RGB Variations
Color information
#4210B1 (or 0x4210B1) is known color: Purple Heart. HEX triplet: 42, 10 and B1. RGB value is (66,16,177). Sum of RGB (Red+Green+Blue) = 66+16+177=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 177 (69.53% from 255 or 68.34% from 259); Max value from RGB is 177 - color contains mainly: blue. Hex color #4210B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4210B1 is #BDEF4E. Grayscale: #303030. Windows color (decimal): -12447567 or 11604034. OLE color: 11604034.
HSL color Cylindrical-coordinate representation of color #4210B1: hue angle of 258.63º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4210B1 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 16 | 177 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.31 |
| HSL | 258.63º | 0.83% | 0.38% | - |
| HSV(B) | 258.63º | 0.91% | 0.69% | - |
| XYZ | 10.37 | 4.7 | 41.96 | - |
| YUV | 49.3 | 200.07 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 16 | 177 | 0.63 | 0.91 | 0 | 0.31 | 258.63 | 0.83 | 0.38 |
| Hex | 42 | 10 | B1 | 3F | 5B | 0 | 1F | 103 | 53 | 26 |
| Octal | 102 | 20 | 261 | 77 | 133 | 0 | 37 | 403 | 123 | 46 |
| Binary | 1000010 | 10000 | 10110001 | 111111 | 1011011 | 0 | 11111 | 100000011 | 1010011 | 100110 |
Color Harmonies of #4210B1
Complementary color
Monochromatic Colors of #4210B1
Black with #4210B1
Text Example
Text Example
White with #4210B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4210B1; }
p { color: rgb(66,16,177); }
H1.HeaderClassName
{
color: #4210B1;
}
.AnyTagClassName
{
color: #4210B1;
}
</style>
background-color css
<style>
a { background-color: #4210B1; }
a { background-color: rgb(66,16,177); }
div.DivClassName
{
background-color: #4210B1;
}
.BgClassName
{
background-color: #4210B1;
}
</style>
border-color css
<style>
span { border-color: #4210B1; }
span { border-color: rgb(66,16,177); }
td.TdClassName
{
border-color: #4210B1;
}
.TagClassName
{
border-color: #4210B1;
}
</style>