Shades of Purple Heart #6F35D0
Tints of Purple Heart #6F35D0
RGB
CMYK
RGB Variations
Color information
#6F35D0 (or 0x6F35D0) is known color: Purple Heart. HEX triplet: 6F, 35 and D0. RGB value is (111,53,208). Sum of RGB (Red+Green+Blue) = 111+53+208=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 208 (81.64% from 255 or 55.91% from 372); Max value from RGB is 208 - color contains mainly: blue. Hex color #6F35D0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F35D0 is #90CA2F. Grayscale: #575757. Windows color (decimal): -9488944 or 13645167. OLE color: 13645167.
HSL color Cylindrical-coordinate representation of color #6F35D0: hue angle of 262.45º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F35D0 is Cyan = 0.47, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 53 | 208 | - |
| CMYK | 0.47 | 0.75 | 0 | 0.18 |
| HSL | 262.45º | 0.62% | 0.51% | - |
| HSV(B) | 262.45º | 0.75% | 0.82% | - |
| XYZ | 19.21 | 10.48 | 60.68 | - |
| YUV | 88.01 | 195.72 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 208 | 0.47 | 0.75 | 0 | 0.18 | 262.45 | 0.62 | 0.51 |
| Hex | 6F | 35 | D0 | 2F | 4B | 0 | 12 | 106 | 3E | 33 |
| Octal | 157 | 65 | 320 | 57 | 113 | 0 | 22 | 406 | 76 | 63 |
| Binary | 1101111 | 110101 | 11010000 | 101111 | 1001011 | 0 | 10010 | 100000110 | 111110 | 110011 |
Color Harmonies of #6F35D0
Complementary color
Monochromatic Colors of #6F35D0
Black with #6F35D0
Text Example
Text Example
White with #6F35D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F35D0; }
p { color: rgb(111,53,208); }
H1.HeaderClassName
{
color: #6F35D0;
}
.AnyTagClassName
{
color: #6F35D0;
}
</style>
background-color css
<style>
a { background-color: #6F35D0; }
a { background-color: rgb(111,53,208); }
div.DivClassName
{
background-color: #6F35D0;
}
.BgClassName
{
background-color: #6F35D0;
}
</style>
border-color css
<style>
span { border-color: #6F35D0; }
span { border-color: rgb(111,53,208); }
td.TdClassName
{
border-color: #6F35D0;
}
.TagClassName
{
border-color: #6F35D0;
}
</style>