Shades of Purple Heart #6136DB
Tints of Purple Heart #6136DB
RGB
CMYK
RGB Variations
Color information
#6136DB (or 0x6136DB) is known color: Purple Heart. HEX triplet: 61, 36 and DB. RGB value is (97,54,219). Sum of RGB (Red+Green+Blue) = 97+54+219=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 54 (21.48% from 255 or 14.59% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #6136DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6136DB is #9EC924. Grayscale: #555555. Windows color (decimal): -10406181 or 14366305. OLE color: 14366305.
HSL color Cylindrical-coordinate representation of color #6136DB: hue angle of 255.64º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6136DB is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 54 | 219 | - |
| CMYK | 0.56 | 0.75 | 0 | 0.14 |
| HSL | 255.64º | 0.7% | 0.54% | - |
| HSV(B) | 255.64º | 0.75% | 0.86% | - |
| XYZ | 19.04 | 10.29 | 68 | - |
| YUV | 85.67 | 203.25 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 54 | 219 | 0.56 | 0.75 | 0 | 0.14 | 255.64 | 0.7 | 0.54 |
| Hex | 61 | 36 | DB | 38 | 4B | 0 | E | 100 | 46 | 36 |
| Octal | 141 | 66 | 333 | 70 | 113 | 0 | 16 | 400 | 106 | 66 |
| Binary | 1100001 | 110110 | 11011011 | 111000 | 1001011 | 0 | 1110 | 100000000 | 1000110 | 110110 |
Color Harmonies of #6136DB
Complementary color
Monochromatic Colors of #6136DB
Black with #6136DB
Text Example
Text Example
White with #6136DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6136DB; }
p { color: rgb(97,54,219); }
H1.HeaderClassName
{
color: #6136DB;
}
.AnyTagClassName
{
color: #6136DB;
}
</style>
background-color css
<style>
a { background-color: #6136DB; }
a { background-color: rgb(97,54,219); }
div.DivClassName
{
background-color: #6136DB;
}
.BgClassName
{
background-color: #6136DB;
}
</style>
border-color css
<style>
span { border-color: #6136DB; }
span { border-color: rgb(97,54,219); }
td.TdClassName
{
border-color: #6136DB;
}
.TagClassName
{
border-color: #6136DB;
}
</style>