Shades of Purple Heart #6A28B4
Tints of Purple Heart #6A28B4
RGB
CMYK
RGB Variations
Color information
#6A28B4 (or 0x6A28B4) is known color: Purple Heart. HEX triplet: 6A, 28 and B4. RGB value is (106,40,180). Sum of RGB (Red+Green+Blue) = 106+40+180=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #6A28B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A28B4 is #95D74B. Grayscale: #4B4B4B. Windows color (decimal): -9819980 or 11806826. OLE color: 11806826.
HSL color Cylindrical-coordinate representation of color #6A28B4: hue angle of 268.29º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A28B4 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 106 | 40 | 180 | - |
| CMYK | 0.41 | 0.78 | 0 | 0.29 |
| HSL | 268.29º | 0.64% | 0.43% | - |
| HSV(B) | 268.29º | 0.78% | 0.71% | - |
| XYZ | 14.94 | 7.88 | 43.91 | - |
| YUV | 75.69 | 186.87 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 40 | 180 | 0.41 | 0.78 | 0 | 0.29 | 268.29 | 0.64 | 0.43 |
| Hex | 6A | 28 | B4 | 29 | 4E | 0 | 1D | 10C | 40 | 2B |
| Octal | 152 | 50 | 264 | 51 | 116 | 0 | 35 | 414 | 100 | 53 |
| Binary | 1101010 | 101000 | 10110100 | 101001 | 1001110 | 0 | 11101 | 100001100 | 1000000 | 101011 |
Color Harmonies of #6A28B4
Complementary color
Monochromatic Colors of #6A28B4
Black with #6A28B4
Text Example
Text Example
White with #6A28B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A28B4; }
p { color: rgb(106,40,180); }
H1.HeaderClassName
{
color: #6A28B4;
}
.AnyTagClassName
{
color: #6A28B4;
}
</style>
background-color css
<style>
a { background-color: #6A28B4; }
a { background-color: rgb(106,40,180); }
div.DivClassName
{
background-color: #6A28B4;
}
.BgClassName
{
background-color: #6A28B4;
}
</style>
border-color css
<style>
span { border-color: #6A28B4; }
span { border-color: rgb(106,40,180); }
td.TdClassName
{
border-color: #6A28B4;
}
.TagClassName
{
border-color: #6A28B4;
}
</style>