Shades of Purple Heart #4311C2
Tints of Purple Heart #4311C2
RGB
CMYK
RGB Variations
Color information
#4311C2 (or 0x4311C2) is known color: Purple Heart. HEX triplet: 43, 11 and C2. RGB value is (67,17,194). Sum of RGB (Red+Green+Blue) = 67+17+194=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 194 (76.17% from 255 or 69.78% from 278); Max value from RGB is 194 - color contains mainly: blue. Hex color #4311C2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4311C2 is #BCEE3D. Grayscale: #333333. Windows color (decimal): -12381758 or 12718403. OLE color: 12718403.
HSL color Cylindrical-coordinate representation of color #4311C2: hue angle of 256.95º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4311C2 is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 17 | 194 | - |
| CMYK | 0.65 | 0.91 | 0 | 0.24 |
| HSL | 256.95º | 0.84% | 0.41% | - |
| HSV(B) | 256.95º | 0.91% | 0.76% | - |
| XYZ | 12.25 | 5.49 | 51.45 | - |
| YUV | 52.13 | 208.07 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 17 | 194 | 0.65 | 0.91 | 0 | 0.24 | 256.95 | 0.84 | 0.41 |
| Hex | 43 | 11 | C2 | 41 | 5B | 0 | 18 | 101 | 54 | 29 |
| Octal | 103 | 21 | 302 | 101 | 133 | 0 | 30 | 401 | 124 | 51 |
| Binary | 1000011 | 10001 | 11000010 | 1000001 | 1011011 | 0 | 11000 | 100000001 | 1010100 | 101001 |
Color Harmonies of #4311C2
Complementary color
Monochromatic Colors of #4311C2
Black with #4311C2
Text Example
Text Example
White with #4311C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4311C2; }
p { color: rgb(67,17,194); }
H1.HeaderClassName
{
color: #4311C2;
}
.AnyTagClassName
{
color: #4311C2;
}
</style>
background-color css
<style>
a { background-color: #4311C2; }
a { background-color: rgb(67,17,194); }
div.DivClassName
{
background-color: #4311C2;
}
.BgClassName
{
background-color: #4311C2;
}
</style>
border-color css
<style>
span { border-color: #4311C2; }
span { border-color: rgb(67,17,194); }
td.TdClassName
{
border-color: #4311C2;
}
.TagClassName
{
border-color: #4311C2;
}
</style>