Shades of Purple Heart #4310B3
Tints of Purple Heart #4310B3
RGB
CMYK
RGB Variations
Color information
#4310B3 (or 0x4310B3) is known color: Purple Heart. HEX triplet: 43, 10 and B3. RGB value is (67,16,179). Sum of RGB (Red+Green+Blue) = 67+16+179=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 179 (70.31% from 255 or 68.32% from 262); Max value from RGB is 179 - color contains mainly: blue. Hex color #4310B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4310B3 is #BCEF4C. Grayscale: #313131. Windows color (decimal): -12382029 or 11735107. OLE color: 11735107.
HSL color Cylindrical-coordinate representation of color #4310B3: hue angle of 258.77º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4310B3 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 16 | 179 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.30 |
| HSL | 258.77º | 0.84% | 0.38% | - |
| HSV(B) | 258.77º | 0.91% | 0.7% | - |
| XYZ | 10.64 | 4.82 | 43.02 | - |
| YUV | 49.83 | 200.9 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 16 | 179 | 0.63 | 0.91 | 0 | 0.30 | 258.77 | 0.84 | 0.38 |
| Hex | 43 | 10 | B3 | 3F | 5B | 0 | 1E | 103 | 54 | 26 |
| Octal | 103 | 20 | 263 | 77 | 133 | 0 | 36 | 403 | 124 | 46 |
| Binary | 1000011 | 10000 | 10110011 | 111111 | 1011011 | 0 | 11110 | 100000011 | 1010100 | 100110 |
Color Harmonies of #4310B3
Complementary color
Monochromatic Colors of #4310B3
Black with #4310B3
Text Example
Text Example
White with #4310B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4310B3; }
p { color: rgb(67,16,179); }
H1.HeaderClassName
{
color: #4310B3;
}
.AnyTagClassName
{
color: #4310B3;
}
</style>
background-color css
<style>
a { background-color: #4310B3; }
a { background-color: rgb(67,16,179); }
div.DivClassName
{
background-color: #4310B3;
}
.BgClassName
{
background-color: #4310B3;
}
</style>
border-color css
<style>
span { border-color: #4310B3; }
span { border-color: rgb(67,16,179); }
td.TdClassName
{
border-color: #4310B3;
}
.TagClassName
{
border-color: #4310B3;
}
</style>