Shades of Purple Heart #6C35DA
Tints of Purple Heart #6C35DA
RGB
CMYK
RGB Variations
Color information
#6C35DA (or 0x6C35DA) is known color: Purple Heart. HEX triplet: 6C, 35 and DA. RGB value is (108,53,218). Sum of RGB (Red+Green+Blue) = 108+53+218=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 218 (85.55% from 255 or 57.52% from 379); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C35DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C35DA is #93CA25. Grayscale: #575757. Windows color (decimal): -9685542 or 14300524. OLE color: 14300524.
HSL color Cylindrical-coordinate representation of color #6C35DA: hue angle of 260º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C35DA is Cyan = 0.50, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 53 | 218 | - |
| CMYK | 0.50 | 0.76 | 0 | 0.15 |
| HSL | 260º | 0.69% | 0.53% | - |
| HSV(B) | 260º | 0.76% | 0.85% | - |
| XYZ | 20.11 | 10.8 | 67.35 | - |
| YUV | 88.26 | 201.22 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 53 | 218 | 0.50 | 0.76 | 0 | 0.15 | 260 | 0.69 | 0.53 |
| Hex | 6C | 35 | DA | 32 | 4C | 0 | F | 104 | 45 | 35 |
| Octal | 154 | 65 | 332 | 62 | 114 | 0 | 17 | 404 | 105 | 65 |
| Binary | 1101100 | 110101 | 11011010 | 110010 | 1001100 | 0 | 1111 | 100000100 | 1000101 | 110101 |
Color Harmonies of #6C35DA
Complementary color
Monochromatic Colors of #6C35DA
Black with #6C35DA
Text Example
Text Example
White with #6C35DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C35DA; }
p { color: rgb(108,53,218); }
H1.HeaderClassName
{
color: #6C35DA;
}
.AnyTagClassName
{
color: #6C35DA;
}
</style>
background-color css
<style>
a { background-color: #6C35DA; }
a { background-color: rgb(108,53,218); }
div.DivClassName
{
background-color: #6C35DA;
}
.BgClassName
{
background-color: #6C35DA;
}
</style>
border-color css
<style>
span { border-color: #6C35DA; }
span { border-color: rgb(108,53,218); }
td.TdClassName
{
border-color: #6C35DA;
}
.TagClassName
{
border-color: #6C35DA;
}
</style>