Shades of Purple Heart #6E35CF
Tints of Purple Heart #6E35CF
RGB
CMYK
RGB Variations
Color information
#6E35CF (or 0x6E35CF) is known color: Purple Heart. HEX triplet: 6E, 35 and CF. RGB value is (110,53,207). Sum of RGB (Red+Green+Blue) = 110+53+207=370 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.73% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E35CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E35CF is #91CA30. Grayscale: #575757. Windows color (decimal): -9554481 or 13579630. OLE color: 13579630.
HSL color Cylindrical-coordinate representation of color #6E35CF: hue angle of 262.21º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6E35CF is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 53 | 207 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.19 |
| HSL | 262.21º | 0.62% | 0.51% | - |
| HSV(B) | 262.21º | 0.74% | 0.81% | - |
| XYZ | 18.97 | 10.37 | 60.03 | - |
| YUV | 87.6 | 195.38 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 53 | 207 | 0.47 | 0.74 | 0 | 0.19 | 262.21 | 0.62 | 0.51 |
| Hex | 6E | 35 | CF | 2F | 4A | 0 | 13 | 106 | 3E | 33 |
| Octal | 156 | 65 | 317 | 57 | 112 | 0 | 23 | 406 | 76 | 63 |
| Binary | 1101110 | 110101 | 11001111 | 101111 | 1001010 | 0 | 10011 | 100000110 | 111110 | 110011 |
Color Harmonies of #6E35CF
Complementary color
Monochromatic Colors of #6E35CF
Black with #6E35CF
Text Example
Text Example
White with #6E35CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E35CF; }
p { color: rgb(110,53,207); }
H1.HeaderClassName
{
color: #6E35CF;
}
.AnyTagClassName
{
color: #6E35CF;
}
</style>
background-color css
<style>
a { background-color: #6E35CF; }
a { background-color: rgb(110,53,207); }
div.DivClassName
{
background-color: #6E35CF;
}
.BgClassName
{
background-color: #6E35CF;
}
</style>
border-color css
<style>
span { border-color: #6E35CF; }
span { border-color: rgb(110,53,207); }
td.TdClassName
{
border-color: #6E35CF;
}
.TagClassName
{
border-color: #6E35CF;
}
</style>