Shades of Purple Heart #6F35CF
Tints of Purple Heart #6F35CF
RGB
CMYK
RGB Variations
Color information
#6F35CF (or 0x6F35CF) is known color: Purple Heart. HEX triplet: 6F, 35 and CF. RGB value is (111,53,207). Sum of RGB (Red+Green+Blue) = 111+53+207=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 207 (81.25% from 255 or 55.80% from 371); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F35CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F35CF is #90CA30. Grayscale: #575757. Windows color (decimal): -9488945 or 13579631. OLE color: 13579631.
HSL color Cylindrical-coordinate representation of color #6F35CF: hue angle of 262.6º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F35CF is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 53 | 207 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.19 |
| HSL | 262.6º | 0.62% | 0.51% | - |
| HSV(B) | 262.6º | 0.74% | 0.81% | - |
| XYZ | 19.09 | 10.43 | 60.04 | - |
| YUV | 87.9 | 195.22 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 53 | 207 | 0.46 | 0.74 | 0 | 0.19 | 262.6 | 0.62 | 0.51 |
| Hex | 6F | 35 | CF | 2E | 4A | 0 | 13 | 107 | 3E | 33 |
| Octal | 157 | 65 | 317 | 56 | 112 | 0 | 23 | 407 | 76 | 63 |
| Binary | 1101111 | 110101 | 11001111 | 101110 | 1001010 | 0 | 10011 | 100000111 | 111110 | 110011 |
Color Harmonies of #6F35CF
Complementary color
Monochromatic Colors of #6F35CF
Black with #6F35CF
Text Example
Text Example
White with #6F35CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F35CF; }
p { color: rgb(111,53,207); }
H1.HeaderClassName
{
color: #6F35CF;
}
.AnyTagClassName
{
color: #6F35CF;
}
</style>
background-color css
<style>
a { background-color: #6F35CF; }
a { background-color: rgb(111,53,207); }
div.DivClassName
{
background-color: #6F35CF;
}
.BgClassName
{
background-color: #6F35CF;
}
</style>
border-color css
<style>
span { border-color: #6F35CF; }
span { border-color: rgb(111,53,207); }
td.TdClassName
{
border-color: #6F35CF;
}
.TagClassName
{
border-color: #6F35CF;
}
</style>