Shades of Purple Heart #6909C8
Tints of Purple Heart #6909C8
RGB
CMYK
RGB Variations
Color information
#6909C8 (or 0x6909C8) is known color: Purple Heart. HEX triplet: 69, 09 and C8. RGB value is (105,9,200). Sum of RGB (Red+Green+Blue) = 105+9+200=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 200 (78.52% from 255 or 63.69% from 314); Max value from RGB is 200 - color contains mainly: blue. Hex color #6909C8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6909C8 is #96F637. Grayscale: #3A3A3A. Windows color (decimal): -9893432 or 13109609. OLE color: 13109609.
HSL color Cylindrical-coordinate representation of color #6909C8: hue angle of 270.16º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6909C8 is Cyan = 0.48, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 9 | 200 | - |
| CMYK | 0.48 | 0.96 | 0 | 0.22 |
| HSL | 270.16º | 0.91% | 0.41% | - |
| HSV(B) | 270.16º | 0.96% | 0.78% | - |
| XYZ | 16.35 | 7.37 | 55.2 | - |
| YUV | 59.48 | 207.3 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 9 | 200 | 0.48 | 0.96 | 0 | 0.22 | 270.16 | 0.91 | 0.41 |
| Hex | 69 | 9 | C8 | 30 | 60 | 0 | 16 | 10E | 5B | 29 |
| Octal | 151 | 11 | 310 | 60 | 140 | 0 | 26 | 416 | 133 | 51 |
| Binary | 1101001 | 1001 | 11001000 | 110000 | 1100000 | 0 | 10110 | 100001110 | 1011011 | 101001 |
Color Harmonies of #6909C8
Complementary color
Monochromatic Colors of #6909C8
Black with #6909C8
Text Example
Text Example
White with #6909C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6909C8; }
p { color: rgb(105,9,200); }
H1.HeaderClassName
{
color: #6909C8;
}
.AnyTagClassName
{
color: #6909C8;
}
</style>
background-color css
<style>
a { background-color: #6909C8; }
a { background-color: rgb(105,9,200); }
div.DivClassName
{
background-color: #6909C8;
}
.BgClassName
{
background-color: #6909C8;
}
</style>
border-color css
<style>
span { border-color: #6909C8; }
span { border-color: rgb(105,9,200); }
td.TdClassName
{
border-color: #6909C8;
}
.TagClassName
{
border-color: #6909C8;
}
</style>