Shades of Purple Heart #6C23DB
Tints of Purple Heart #6C23DB
RGB
CMYK
RGB Variations
Color information
#6C23DB (or 0x6C23DB) is known color: Purple Heart. HEX triplet: 6C, 23 and DB. RGB value is (108,35,219). Sum of RGB (Red+Green+Blue) = 108+35+219=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 35 (14.06% from 255 or 9.67% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C23DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C23DB is #93DC24. Grayscale: #4D4D4D. Windows color (decimal): -9690149 or 14361452. OLE color: 14361452.
HSL color Cylindrical-coordinate representation of color #6C23DB: hue angle of 263.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6C23DB is Cyan = 0.51, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 35 | 219 | - |
| CMYK | 0.51 | 0.84 | 0 | 0.14 |
| HSL | 263.8º | 0.72% | 0.5% | - |
| HSV(B) | 263.8º | 0.84% | 0.86% | - |
| XYZ | 19.57 | 9.5 | 67.82 | - |
| YUV | 77.8 | 207.68 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 35 | 219 | 0.51 | 0.84 | 0 | 0.14 | 263.8 | 0.72 | 0.5 |
| Hex | 6C | 23 | DB | 33 | 54 | 0 | E | 108 | 48 | 32 |
| Octal | 154 | 43 | 333 | 63 | 124 | 0 | 16 | 410 | 110 | 62 |
| Binary | 1101100 | 100011 | 11011011 | 110011 | 1010100 | 0 | 1110 | 100001000 | 1001000 | 110010 |
Color Harmonies of #6C23DB
Complementary color
Monochromatic Colors of #6C23DB
Black with #6C23DB
Text Example
Text Example
White with #6C23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C23DB; }
p { color: rgb(108,35,219); }
H1.HeaderClassName
{
color: #6C23DB;
}
.AnyTagClassName
{
color: #6C23DB;
}
</style>
background-color css
<style>
a { background-color: #6C23DB; }
a { background-color: rgb(108,35,219); }
div.DivClassName
{
background-color: #6C23DB;
}
.BgClassName
{
background-color: #6C23DB;
}
</style>
border-color css
<style>
span { border-color: #6C23DB; }
span { border-color: rgb(108,35,219); }
td.TdClassName
{
border-color: #6C23DB;
}
.TagClassName
{
border-color: #6C23DB;
}
</style>