Shades of Purple Heart #6A1CCF
Tints of Purple Heart #6A1CCF
RGB
CMYK
RGB Variations
Color information
#6A1CCF (or 0x6A1CCF) is known color: Purple Heart. HEX triplet: 6A, 1C and CF. RGB value is (106,28,207). Sum of RGB (Red+Green+Blue) = 106+28+207=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 207 (81.25% from 255 or 60.70% from 341); Max value from RGB is 207 - color contains mainly: blue. Hex color #6A1CCF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A1CCF is #95E330. Grayscale: #474747. Windows color (decimal): -9823025 or 13573226. OLE color: 13573226.
HSL color Cylindrical-coordinate representation of color #6A1CCF: hue angle of 266.15º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A1CCF is Cyan = 0.49, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 28 | 207 | - |
| CMYK | 0.49 | 0.86 | 0 | 0.19 |
| HSL | 266.15º | 0.76% | 0.46% | - |
| HSV(B) | 266.15º | 0.86% | 0.81% | - |
| XYZ | 17.62 | 8.4 | 59.72 | - |
| YUV | 71.73 | 204.34 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 28 | 207 | 0.49 | 0.86 | 0 | 0.19 | 266.15 | 0.76 | 0.46 |
| Hex | 6A | 1C | CF | 31 | 56 | 0 | 13 | 10A | 4C | 2E |
| Octal | 152 | 34 | 317 | 61 | 126 | 0 | 23 | 412 | 114 | 56 |
| Binary | 1101010 | 11100 | 11001111 | 110001 | 1010110 | 0 | 10011 | 100001010 | 1001100 | 101110 |
Color Harmonies of #6A1CCF
Complementary color
Monochromatic Colors of #6A1CCF
Black with #6A1CCF
Text Example
Text Example
White with #6A1CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A1CCF; }
p { color: rgb(106,28,207); }
H1.HeaderClassName
{
color: #6A1CCF;
}
.AnyTagClassName
{
color: #6A1CCF;
}
</style>
background-color css
<style>
a { background-color: #6A1CCF; }
a { background-color: rgb(106,28,207); }
div.DivClassName
{
background-color: #6A1CCF;
}
.BgClassName
{
background-color: #6A1CCF;
}
</style>
border-color css
<style>
span { border-color: #6A1CCF; }
span { border-color: rgb(106,28,207); }
td.TdClassName
{
border-color: #6A1CCF;
}
.TagClassName
{
border-color: #6A1CCF;
}
</style>