Shades of Purple Heart #6E09BD
Tints of Purple Heart #6E09BD
RGB
CMYK
RGB Variations
Color information
#6E09BD (or 0x6E09BD) is known color: Purple Heart. HEX triplet: 6E, 09 and BD. RGB value is (110,9,189). Sum of RGB (Red+Green+Blue) = 110+9+189=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 189 (74.22% from 255 or 61.36% from 308); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E09BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E09BD is #91F642. Grayscale: #3B3B3B. Windows color (decimal): -9565763 or 12388718. OLE color: 12388718.
HSL color Cylindrical-coordinate representation of color #6E09BD: hue angle of 273.67º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E09BD is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 110 | 9 | 189 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.26 |
| HSL | 273.67º | 0.91% | 0.39% | - |
| HSV(B) | 273.67º | 0.95% | 0.74% | - |
| XYZ | 15.71 | 7.18 | 48.7 | - |
| YUV | 59.72 | 200.96 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 9 | 189 | 0.42 | 0.95 | 0 | 0.26 | 273.67 | 0.91 | 0.39 |
| Hex | 6E | 9 | BD | 2A | 5F | 0 | 1A | 112 | 5B | 27 |
| Octal | 156 | 11 | 275 | 52 | 137 | 0 | 32 | 422 | 133 | 47 |
| Binary | 1101110 | 1001 | 10111101 | 101010 | 1011111 | 0 | 11010 | 100010010 | 1011011 | 100111 |
Color Harmonies of #6E09BD
Complementary color
Monochromatic Colors of #6E09BD
Black with #6E09BD
Text Example
Text Example
White with #6E09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E09BD; }
p { color: rgb(110,9,189); }
H1.HeaderClassName
{
color: #6E09BD;
}
.AnyTagClassName
{
color: #6E09BD;
}
</style>
background-color css
<style>
a { background-color: #6E09BD; }
a { background-color: rgb(110,9,189); }
div.DivClassName
{
background-color: #6E09BD;
}
.BgClassName
{
background-color: #6E09BD;
}
</style>
border-color css
<style>
span { border-color: #6E09BD; }
span { border-color: rgb(110,9,189); }
td.TdClassName
{
border-color: #6E09BD;
}
.TagClassName
{
border-color: #6E09BD;
}
</style>