Shades of Purple Heart #6F10A4
Tints of Purple Heart #6F10A4
RGB
CMYK
RGB Variations
Color information
#6F10A4 (or 0x6F10A4) is known color: Purple Heart. HEX triplet: 6F, 10 and A4. RGB value is (111,16,164). Sum of RGB (Red+Green+Blue) = 111+16+164=291 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.14% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 164 (64.45% from 255 or 56.36% from 291); Max value from RGB is 164 - color contains mainly: blue. Hex color #6F10A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6F10A4 is #90EF5B. Grayscale: #3C3C3C. Windows color (decimal): -9498460 or 10752111. OLE color: 10752111.
HSL color Cylindrical-coordinate representation of color #6F10A4: hue angle of 278.51º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F10A4 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 16 | 164 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.36 |
| HSL | 278.51º | 0.82% | 0.35% | - |
| HSV(B) | 278.51º | 0.9% | 0.64% | - |
| XYZ | 13.44 | 6.43 | 35.65 | - |
| YUV | 61.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 16 | 164 | 0.32 | 0.90 | 0 | 0.36 | 278.51 | 0.82 | 0.35 |
| Hex | 6F | 10 | A4 | 20 | 5A | 0 | 24 | 117 | 52 | 23 |
| Octal | 157 | 20 | 244 | 40 | 132 | 0 | 44 | 427 | 122 | 43 |
| Binary | 1101111 | 10000 | 10100100 | 100000 | 1011010 | 0 | 100100 | 100010111 | 1010010 | 100011 |
Color Harmonies of #6F10A4
Complementary color
Monochromatic Colors of #6F10A4
Black with #6F10A4
Text Example
Text Example
White with #6F10A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F10A4; }
p { color: rgb(111,16,164); }
H1.HeaderClassName
{
color: #6F10A4;
}
.AnyTagClassName
{
color: #6F10A4;
}
</style>
background-color css
<style>
a { background-color: #6F10A4; }
a { background-color: rgb(111,16,164); }
div.DivClassName
{
background-color: #6F10A4;
}
.BgClassName
{
background-color: #6F10A4;
}
</style>
border-color css
<style>
span { border-color: #6F10A4; }
span { border-color: rgb(111,16,164); }
td.TdClassName
{
border-color: #6F10A4;
}
.TagClassName
{
border-color: #6F10A4;
}
</style>