Shades of Purple Heart #6C23B5
Tints of Purple Heart #6C23B5
RGB
CMYK
RGB Variations
Color information
#6C23B5 (or 0x6C23B5) is known color: Purple Heart. HEX triplet: 6C, 23 and B5. RGB value is (108,35,181). Sum of RGB (Red+Green+Blue) = 108+35+181=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #6C23B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C23B5 is #93DC4A. Grayscale: #484848. Windows color (decimal): -9690187 or 11871084. OLE color: 11871084.
HSL color Cylindrical-coordinate representation of color #6C23B5: hue angle of 270º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C23B5 is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 108 | 35 | 181 | - |
| CMYK | 0.40 | 0.81 | 0 | 0.29 |
| HSL | 270º | 0.68% | 0.42% | - |
| HSV(B) | 270º | 0.81% | 0.71% | - |
| XYZ | 15.13 | 7.73 | 44.41 | - |
| YUV | 73.47 | 188.68 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 181 | 0.40 | 0.81 | 0 | 0.29 | 270 | 0.68 | 0.42 |
| Hex | 6C | 23 | B5 | 28 | 51 | 0 | 1D | 10E | 44 | 2A |
| Octal | 154 | 43 | 265 | 50 | 121 | 0 | 35 | 416 | 104 | 52 |
| Binary | 1101100 | 100011 | 10110101 | 101000 | 1010001 | 0 | 11101 | 100001110 | 1000100 | 101010 |
Color Harmonies of #6C23B5
Complementary color
Monochromatic Colors of #6C23B5
Black with #6C23B5
Text Example
Text Example
White with #6C23B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C23B5; }
p { color: rgb(108,35,181); }
H1.HeaderClassName
{
color: #6C23B5;
}
.AnyTagClassName
{
color: #6C23B5;
}
</style>
background-color css
<style>
a { background-color: #6C23B5; }
a { background-color: rgb(108,35,181); }
div.DivClassName
{
background-color: #6C23B5;
}
.BgClassName
{
background-color: #6C23B5;
}
</style>
border-color css
<style>
span { border-color: #6C23B5; }
span { border-color: rgb(108,35,181); }
td.TdClassName
{
border-color: #6C23B5;
}
.TagClassName
{
border-color: #6C23B5;
}
</style>