Shades of Purple Heart #6918B5
Tints of Purple Heart #6918B5
RGB
CMYK
RGB Variations
Color information
#6918B5 (or 0x6918B5) is known color: Purple Heart. HEX triplet: 69, 18 and B5. RGB value is (105,24,181). Sum of RGB (Red+Green+Blue) = 105+24+181=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 24 (9.77% from 255 or 7.74% from 310); Blue value is 181 (71.09% from 255 or 58.39% from 310); Max value from RGB is 181 - color contains mainly: blue. Hex color #6918B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6918B5 is #96E74A. Grayscale: #414141. Windows color (decimal): -9889611 or 11868265. OLE color: 11868265.
HSL color Cylindrical-coordinate representation of color #6918B5: hue angle of 270.96º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6918B5 is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 105 | 24 | 181 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.29 |
| HSL | 270.96º | 0.77% | 0.4% | - |
| HSV(B) | 270.96º | 0.87% | 0.71% | - |
| XYZ | 14.49 | 6.99 | 44.3 | - |
| YUV | 66.12 | 192.84 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 24 | 181 | 0.42 | 0.87 | 0 | 0.29 | 270.96 | 0.77 | 0.4 |
| Hex | 69 | 18 | B5 | 2A | 57 | 0 | 1D | 10F | 4D | 28 |
| Octal | 151 | 30 | 265 | 52 | 127 | 0 | 35 | 417 | 115 | 50 |
| Binary | 1101001 | 11000 | 10110101 | 101010 | 1010111 | 0 | 11101 | 100001111 | 1001101 | 101000 |
Color Harmonies of #6918B5
Complementary color
Monochromatic Colors of #6918B5
Black with #6918B5
Text Example
Text Example
White with #6918B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6918B5; }
p { color: rgb(105,24,181); }
H1.HeaderClassName
{
color: #6918B5;
}
.AnyTagClassName
{
color: #6918B5;
}
</style>
background-color css
<style>
a { background-color: #6918B5; }
a { background-color: rgb(105,24,181); }
div.DivClassName
{
background-color: #6918B5;
}
.BgClassName
{
background-color: #6918B5;
}
</style>
border-color css
<style>
span { border-color: #6918B5; }
span { border-color: rgb(105,24,181); }
td.TdClassName
{
border-color: #6918B5;
}
.TagClassName
{
border-color: #6918B5;
}
</style>