Shades of Purple Heart #6A23C1
Tints of Purple Heart #6A23C1
RGB
CMYK
RGB Variations
Color information
#6A23C1 (or 0x6A23C1) is known color: Purple Heart. HEX triplet: 6A, 23 and C1. RGB value is (106,35,193). Sum of RGB (Red+Green+Blue) = 106+35+193=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 35 (14.06% from 255 or 10.48% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A23C1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6A23C1 is #95DC3E. Grayscale: #494949. Windows color (decimal): -9821247 or 12657514. OLE color: 12657514.
HSL color Cylindrical-coordinate representation of color #6A23C1: hue angle of 266.96º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A23C1 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 35 | 193 | - |
| CMYK | 0.45 | 0.82 | 0 | 0.24 |
| HSL | 266.96º | 0.69% | 0.45% | - |
| HSV(B) | 266.96º | 0.82% | 0.76% | - |
| XYZ | 16.17 | 8.12 | 51.17 | - |
| YUV | 74.24 | 195.02 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 35 | 193 | 0.45 | 0.82 | 0 | 0.24 | 266.96 | 0.69 | 0.45 |
| Hex | 6A | 23 | C1 | 2D | 52 | 0 | 18 | 10B | 45 | 2D |
| Octal | 152 | 43 | 301 | 55 | 122 | 0 | 30 | 413 | 105 | 55 |
| Binary | 1101010 | 100011 | 11000001 | 101101 | 1010010 | 0 | 11000 | 100001011 | 1000101 | 101101 |
Color Harmonies of #6A23C1
Complementary color
Monochromatic Colors of #6A23C1
Black with #6A23C1
Text Example
Text Example
White with #6A23C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A23C1; }
p { color: rgb(106,35,193); }
H1.HeaderClassName
{
color: #6A23C1;
}
.AnyTagClassName
{
color: #6A23C1;
}
</style>
background-color css
<style>
a { background-color: #6A23C1; }
a { background-color: rgb(106,35,193); }
div.DivClassName
{
background-color: #6A23C1;
}
.BgClassName
{
background-color: #6A23C1;
}
</style>
border-color css
<style>
span { border-color: #6A23C1; }
span { border-color: rgb(106,35,193); }
td.TdClassName
{
border-color: #6A23C1;
}
.TagClassName
{
border-color: #6A23C1;
}
</style>