Shades of Purple Heart #6A2BD0
Tints of Purple Heart #6A2BD0
RGB
CMYK
RGB Variations
Color information
#6A2BD0 (or 0x6A2BD0) is known color: Purple Heart. HEX triplet: 6A, 2B and D0. RGB value is (106,43,208). Sum of RGB (Red+Green+Blue) = 106+43+208=357 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.69% from 357); Green value is 43 (17.19% from 255 or 12.04% from 357); Blue value is 208 (81.64% from 255 or 58.26% from 357); Max value from RGB is 208 - color contains mainly: blue. Hex color #6A2BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A2BD0 is #95D42F. Grayscale: #505050. Windows color (decimal): -9819184 or 13642602. OLE color: 13642602.
HSL color Cylindrical-coordinate representation of color #6A2BD0: hue angle of 262.91º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6A2BD0 is Cyan = 0.49, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 43 | 208 | - |
| CMYK | 0.49 | 0.79 | 0 | 0.18 |
| HSL | 262.91º | 0.66% | 0.49% | - |
| HSV(B) | 262.91º | 0.79% | 0.82% | - |
| XYZ | 18.19 | 9.35 | 60.52 | - |
| YUV | 80.65 | 199.87 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 43 | 208 | 0.49 | 0.79 | 0 | 0.18 | 262.91 | 0.66 | 0.49 |
| Hex | 6A | 2B | D0 | 31 | 4F | 0 | 12 | 107 | 42 | 31 |
| Octal | 152 | 53 | 320 | 61 | 117 | 0 | 22 | 407 | 102 | 61 |
| Binary | 1101010 | 101011 | 11010000 | 110001 | 1001111 | 0 | 10010 | 100000111 | 1000010 | 110001 |
Color Harmonies of #6A2BD0
Complementary color
Monochromatic Colors of #6A2BD0
Black with #6A2BD0
Text Example
Text Example
White with #6A2BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A2BD0; }
p { color: rgb(106,43,208); }
H1.HeaderClassName
{
color: #6A2BD0;
}
.AnyTagClassName
{
color: #6A2BD0;
}
</style>
background-color css
<style>
a { background-color: #6A2BD0; }
a { background-color: rgb(106,43,208); }
div.DivClassName
{
background-color: #6A2BD0;
}
.BgClassName
{
background-color: #6A2BD0;
}
</style>
border-color css
<style>
span { border-color: #6A2BD0; }
span { border-color: rgb(106,43,208); }
td.TdClassName
{
border-color: #6A2BD0;
}
.TagClassName
{
border-color: #6A2BD0;
}
</style>