Shades of Purple Heart #6900C5
Tints of Purple Heart #6900C5
RGB
CMYK
RGB Variations
Color information
#6900C5 (or 0x6900C5) is known color: Purple Heart. HEX triplet: 69, 00 and C5. RGB value is (105,0,197). Sum of RGB (Red+Green+Blue) = 105+0+197=302 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.77% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 197 (77.34% from 255 or 65.23% from 302); Max value from RGB is 197 - color contains mainly: blue. Hex color #6900C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900C5 is #96FF3A. Grayscale: #353535. Windows color (decimal): -9895739 or 12910697. OLE color: 12910697.
HSL color Cylindrical-coordinate representation of color #6900C5: hue angle of 271.98º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900C5 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 0 | 197 | - |
| CMYK | 0.47 | 1 | 0 | 0.23 |
| HSL | 271.98º | 1% | 0.39% | - |
| HSV(B) | 271.98º | 1% | 0.77% | - |
| XYZ | 15.9 | 7.03 | 53.34 | - |
| YUV | 53.85 | 208.79 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 0 | 197 | 0.47 | 1 | 0 | 0.23 | 271.98 | 1 | 0.39 |
| Hex | 69 | 0 | C5 | 2F | 64 | 0 | 17 | 110 | 64 | 27 |
| Octal | 151 | 0 | 305 | 57 | 144 | 0 | 27 | 420 | 144 | 47 |
| Binary | 1101001 | 0 | 11000101 | 101111 | 1100100 | 0 | 10111 | 100010000 | 1100100 | 100111 |
Color Harmonies of #6900C5
Complementary color
Monochromatic Colors of #6900C5
Black with #6900C5
Text Example
Text Example
White with #6900C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6900C5; }
p { color: rgb(105,0,197); }
H1.HeaderClassName
{
color: #6900C5;
}
.AnyTagClassName
{
color: #6900C5;
}
</style>
background-color css
<style>
a { background-color: #6900C5; }
a { background-color: rgb(105,0,197); }
div.DivClassName
{
background-color: #6900C5;
}
.BgClassName
{
background-color: #6900C5;
}
</style>
border-color css
<style>
span { border-color: #6900C5; }
span { border-color: rgb(105,0,197); }
td.TdClassName
{
border-color: #6900C5;
}
.TagClassName
{
border-color: #6900C5;
}
</style>