Shades of Purple Heart #4207B3
Tints of Purple Heart #4207B3
RGB
CMYK
RGB Variations
Color information
#4207B3 (or 0x4207B3) is known color: Purple Heart. HEX triplet: 42, 07 and B3. RGB value is (66,7,179). Sum of RGB (Red+Green+Blue) = 66+7+179=252 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.19% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 179 (70.31% from 255 or 71.03% from 252); Max value from RGB is 179 - color contains mainly: blue. Hex color #4207B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4207B3 is #BDF84C. Grayscale: #2B2B2B. Windows color (decimal): -12449869 or 11732802. OLE color: 11732802.
HSL color Cylindrical-coordinate representation of color #4207B3: hue angle of 260.58º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4207B3 is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 7 | 179 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.30 |
| HSL | 260.58º | 0.92% | 0.36% | - |
| HSV(B) | 260.58º | 0.96% | 0.7% | - |
| XYZ | 10.46 | 4.56 | 42.98 | - |
| YUV | 44.25 | 204.05 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 179 | 0.63 | 0.96 | 0 | 0.30 | 260.58 | 0.92 | 0.36 |
| Hex | 42 | 7 | B3 | 3F | 60 | 0 | 1E | 105 | 5C | 24 |
| Octal | 102 | 7 | 263 | 77 | 140 | 0 | 36 | 405 | 134 | 44 |
| Binary | 1000010 | 111 | 10110011 | 111111 | 1100000 | 0 | 11110 | 100000101 | 1011100 | 100100 |
Color Harmonies of #4207B3
Complementary color
Monochromatic Colors of #4207B3
Black with #4207B3
Text Example
Text Example
White with #4207B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4207B3; }
p { color: rgb(66,7,179); }
H1.HeaderClassName
{
color: #4207B3;
}
.AnyTagClassName
{
color: #4207B3;
}
</style>
background-color css
<style>
a { background-color: #4207B3; }
a { background-color: rgb(66,7,179); }
div.DivClassName
{
background-color: #4207B3;
}
.BgClassName
{
background-color: #4207B3;
}
</style>
border-color css
<style>
span { border-color: #4207B3; }
span { border-color: rgb(66,7,179); }
td.TdClassName
{
border-color: #4207B3;
}
.TagClassName
{
border-color: #4207B3;
}
</style>