Shades of Purple Heart #6F27CA
Tints of Purple Heart #6F27CA
RGB
CMYK
RGB Variations
Color information
#6F27CA (or 0x6F27CA) is known color: Purple Heart. HEX triplet: 6F, 27 and CA. RGB value is (111,39,202). Sum of RGB (Red+Green+Blue) = 111+39+202=352 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.53% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 202 (79.30% from 255 or 57.39% from 352); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F27CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F27CA is #90D835. Grayscale: #4E4E4E. Windows color (decimal): -9492534 or 13248367. OLE color: 13248367.
HSL color Cylindrical-coordinate representation of color #6F27CA: hue angle of 266.5º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6F27CA is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 111 | 39 | 202 | - |
| CMYK | 0.45 | 0.81 | 0 | 0.21 |
| HSL | 266.5º | 0.68% | 0.47% | - |
| HSV(B) | 266.5º | 0.81% | 0.79% | - |
| XYZ | 17.94 | 9.09 | 56.69 | - |
| YUV | 79.11 | 197.35 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 39 | 202 | 0.45 | 0.81 | 0 | 0.21 | 266.5 | 0.68 | 0.47 |
| Hex | 6F | 27 | CA | 2D | 51 | 0 | 15 | 10B | 44 | 2F |
| Octal | 157 | 47 | 312 | 55 | 121 | 0 | 25 | 413 | 104 | 57 |
| Binary | 1101111 | 100111 | 11001010 | 101101 | 1010001 | 0 | 10101 | 100001011 | 1000100 | 101111 |
Color Harmonies of #6F27CA
Complementary color
Monochromatic Colors of #6F27CA
Black with #6F27CA
Text Example
Text Example
White with #6F27CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F27CA; }
p { color: rgb(111,39,202); }
H1.HeaderClassName
{
color: #6F27CA;
}
.AnyTagClassName
{
color: #6F27CA;
}
</style>
background-color css
<style>
a { background-color: #6F27CA; }
a { background-color: rgb(111,39,202); }
div.DivClassName
{
background-color: #6F27CA;
}
.BgClassName
{
background-color: #6F27CA;
}
</style>
border-color css
<style>
span { border-color: #6F27CA; }
span { border-color: rgb(111,39,202); }
td.TdClassName
{
border-color: #6F27CA;
}
.TagClassName
{
border-color: #6F27CA;
}
</style>