Shades of Purple Heart #6C38DB
Tints of Purple Heart #6C38DB
RGB
CMYK
RGB Variations
Color information
#6C38DB (or 0x6C38DB) is known color: Purple Heart. HEX triplet: 6C, 38 and DB. RGB value is (108,56,219). Sum of RGB (Red+Green+Blue) = 108+56+219=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 219 (85.94% from 255 or 57.18% from 383); Max value from RGB is 219 - color contains mainly: blue. Hex color #6C38DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C38DB is #93C724. Grayscale: #595959. Windows color (decimal): -9684773 or 14366828. OLE color: 14366828.
HSL color Cylindrical-coordinate representation of color #6C38DB: hue angle of 259.14º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C38DB is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 56 | 219 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.14 |
| HSL | 259.14º | 0.69% | 0.54% | - |
| HSV(B) | 259.14º | 0.74% | 0.86% | - |
| XYZ | 20.38 | 11.13 | 68.09 | - |
| YUV | 90.13 | 200.73 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 56 | 219 | 0.51 | 0.74 | 0 | 0.14 | 259.14 | 0.69 | 0.54 |
| Hex | 6C | 38 | DB | 33 | 4A | 0 | E | 103 | 45 | 36 |
| Octal | 154 | 70 | 333 | 63 | 112 | 0 | 16 | 403 | 105 | 66 |
| Binary | 1101100 | 111000 | 11011011 | 110011 | 1001010 | 0 | 1110 | 100000011 | 1000101 | 110110 |
Color Harmonies of #6C38DB
Complementary color
Monochromatic Colors of #6C38DB
Black with #6C38DB
Text Example
Text Example
White with #6C38DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C38DB; }
p { color: rgb(108,56,219); }
H1.HeaderClassName
{
color: #6C38DB;
}
.AnyTagClassName
{
color: #6C38DB;
}
</style>
background-color css
<style>
a { background-color: #6C38DB; }
a { background-color: rgb(108,56,219); }
div.DivClassName
{
background-color: #6C38DB;
}
.BgClassName
{
background-color: #6C38DB;
}
</style>
border-color css
<style>
span { border-color: #6C38DB; }
span { border-color: rgb(108,56,219); }
td.TdClassName
{
border-color: #6C38DB;
}
.TagClassName
{
border-color: #6C38DB;
}
</style>