Shades of Purple Heart #6E30CA
Tints of Purple Heart #6E30CA
RGB
CMYK
RGB Variations
Color information
#6E30CA (or 0x6E30CA) is known color: Purple Heart. HEX triplet: 6E, 30 and CA. RGB value is (110,48,202). Sum of RGB (Red+Green+Blue) = 110+48+202=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 202 (79.30% from 255 or 56.11% from 360); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E30CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E30CA is #91CF35. Grayscale: #535353. Windows color (decimal): -9555766 or 13250670. OLE color: 13250670.
HSL color Cylindrical-coordinate representation of color #6E30CA: hue angle of 264.16º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6E30CA is Cyan = 0.46, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 110 | 48 | 202 | - |
| CMYK | 0.46 | 0.76 | 0 | 0.21 |
| HSL | 264.16º | 0.62% | 0.49% | - |
| HSV(B) | 264.16º | 0.76% | 0.79% | - |
| XYZ | 18.15 | 9.69 | 56.79 | - |
| YUV | 84.09 | 194.54 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 48 | 202 | 0.46 | 0.76 | 0 | 0.21 | 264.16 | 0.62 | 0.49 |
| Hex | 6E | 30 | CA | 2E | 4C | 0 | 15 | 108 | 3E | 31 |
| Octal | 156 | 60 | 312 | 56 | 114 | 0 | 25 | 410 | 76 | 61 |
| Binary | 1101110 | 110000 | 11001010 | 101110 | 1001100 | 0 | 10101 | 100001000 | 111110 | 110001 |
Color Harmonies of #6E30CA
Complementary color
Monochromatic Colors of #6E30CA
Black with #6E30CA
Text Example
Text Example
White with #6E30CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E30CA; }
p { color: rgb(110,48,202); }
H1.HeaderClassName
{
color: #6E30CA;
}
.AnyTagClassName
{
color: #6E30CA;
}
</style>
background-color css
<style>
a { background-color: #6E30CA; }
a { background-color: rgb(110,48,202); }
div.DivClassName
{
background-color: #6E30CA;
}
.BgClassName
{
background-color: #6E30CA;
}
</style>
border-color css
<style>
span { border-color: #6E30CA; }
span { border-color: rgb(110,48,202); }
td.TdClassName
{
border-color: #6E30CA;
}
.TagClassName
{
border-color: #6E30CA;
}
</style>