Shades of Purple Heart #6C1EAF
Tints of Purple Heart #6C1EAF
RGB
CMYK
RGB Variations
Color information
#6C1EAF (or 0x6C1EAF) is known color: Purple Heart. HEX triplet: 6C, 1E and AF. RGB value is (108,30,175). Sum of RGB (Red+Green+Blue) = 108+30+175=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #6C1EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6C1EAF is #93E150. Grayscale: #454545. Windows color (decimal): -9691473 or 11476588. OLE color: 11476588.
HSL color Cylindrical-coordinate representation of color #6C1EAF: hue angle of 272.28º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C1EAF is Cyan = 0.38, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 30 | 175 | - |
| CMYK | 0.38 | 0.83 | 0 | 0.31 |
| HSL | 272.28º | 0.71% | 0.4% | - |
| HSV(B) | 272.28º | 0.83% | 0.69% | - |
| XYZ | 14.39 | 7.21 | 41.19 | - |
| YUV | 69.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 30 | 175 | 0.38 | 0.83 | 0 | 0.31 | 272.28 | 0.71 | 0.4 |
| Hex | 6C | 1E | AF | 26 | 53 | 0 | 1F | 110 | 47 | 28 |
| Octal | 154 | 36 | 257 | 46 | 123 | 0 | 37 | 420 | 107 | 50 |
| Binary | 1101100 | 11110 | 10101111 | 100110 | 1010011 | 0 | 11111 | 100010000 | 1000111 | 101000 |
Color Harmonies of #6C1EAF
Complementary color
Monochromatic Colors of #6C1EAF
Black with #6C1EAF
Text Example
Text Example
White with #6C1EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C1EAF; }
p { color: rgb(108,30,175); }
H1.HeaderClassName
{
color: #6C1EAF;
}
.AnyTagClassName
{
color: #6C1EAF;
}
</style>
background-color css
<style>
a { background-color: #6C1EAF; }
a { background-color: rgb(108,30,175); }
div.DivClassName
{
background-color: #6C1EAF;
}
.BgClassName
{
background-color: #6C1EAF;
}
</style>
border-color css
<style>
span { border-color: #6C1EAF; }
span { border-color: rgb(108,30,175); }
td.TdClassName
{
border-color: #6C1EAF;
}
.TagClassName
{
border-color: #6C1EAF;
}
</style>