Shades of Purple Heart #6F2AC8
Tints of Purple Heart #6F2AC8
RGB
CMYK
RGB Variations
Color information
#6F2AC8 (or 0x6F2AC8) is known color: Purple Heart. HEX triplet: 6F, 2A and C8. RGB value is (111,42,200). Sum of RGB (Red+Green+Blue) = 111+42+200=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 42 (16.80% from 255 or 11.90% from 353); Blue value is 200 (78.52% from 255 or 56.66% from 353); Max value from RGB is 200 - color contains mainly: blue. Hex color #6F2AC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F2AC8 is #90D537. Grayscale: #505050. Windows color (decimal): -9491768 or 13118063. OLE color: 13118063.
HSL color Cylindrical-coordinate representation of color #6F2AC8: hue angle of 266.2º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6F2AC8 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 111 | 42 | 200 | - |
| CMYK | 0.44 | 0.79 | 0 | 0.22 |
| HSL | 266.2º | 0.65% | 0.47% | - |
| HSV(B) | 266.2º | 0.79% | 0.78% | - |
| XYZ | 17.81 | 9.21 | 55.48 | - |
| YUV | 80.64 | 195.36 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 42 | 200 | 0.44 | 0.79 | 0 | 0.22 | 266.2 | 0.65 | 0.47 |
| Hex | 6F | 2A | C8 | 2C | 4F | 0 | 16 | 10A | 41 | 2F |
| Octal | 157 | 52 | 310 | 54 | 117 | 0 | 26 | 412 | 101 | 57 |
| Binary | 1101111 | 101010 | 11001000 | 101100 | 1001111 | 0 | 10110 | 100001010 | 1000001 | 101111 |
Color Harmonies of #6F2AC8
Complementary color
Monochromatic Colors of #6F2AC8
Black with #6F2AC8
Text Example
Text Example
White with #6F2AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F2AC8; }
p { color: rgb(111,42,200); }
H1.HeaderClassName
{
color: #6F2AC8;
}
.AnyTagClassName
{
color: #6F2AC8;
}
</style>
background-color css
<style>
a { background-color: #6F2AC8; }
a { background-color: rgb(111,42,200); }
div.DivClassName
{
background-color: #6F2AC8;
}
.BgClassName
{
background-color: #6F2AC8;
}
</style>
border-color css
<style>
span { border-color: #6F2AC8; }
span { border-color: rgb(111,42,200); }
td.TdClassName
{
border-color: #6F2AC8;
}
.TagClassName
{
border-color: #6F2AC8;
}
</style>