Shades of Purple Heart #6138DB
Tints of Purple Heart #6138DB
RGB
CMYK
RGB Variations
Color information
#6138DB (or 0x6138DB) is known color: Purple Heart. HEX triplet: 61, 38 and DB. RGB value is (97,56,219). Sum of RGB (Red+Green+Blue) = 97+56+219=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #6138DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6138DB is #9EC724. Grayscale: #565656. Windows color (decimal): -10405669 or 14366817. OLE color: 14366817.
HSL color Cylindrical-coordinate representation of color #6138DB: hue angle of 255.09º 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 #6138DB is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 56 | 219 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.14 |
| HSL | 255.09º | 0.69% | 0.54% | - |
| HSV(B) | 255.09º | 0.74% | 0.86% | - |
| XYZ | 19.13 | 10.48 | 68.03 | - |
| YUV | 86.84 | 202.58 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 219 | 0.56 | 0.74 | 0 | 0.14 | 255.09 | 0.69 | 0.54 |
| Hex | 61 | 38 | DB | 38 | 4A | 0 | E | FF | 45 | 36 |
| Octal | 141 | 70 | 333 | 70 | 112 | 0 | 16 | 377 | 105 | 66 |
| Binary | 1100001 | 111000 | 11011011 | 111000 | 1001010 | 0 | 1110 | 11111111 | 1000101 | 110110 |
Color Harmonies of #6138DB
Complementary color
Monochromatic Colors of #6138DB
Black with #6138DB
Text Example
Text Example
White with #6138DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6138DB; }
p { color: rgb(97,56,219); }
H1.HeaderClassName
{
color: #6138DB;
}
.AnyTagClassName
{
color: #6138DB;
}
</style>
background-color css
<style>
a { background-color: #6138DB; }
a { background-color: rgb(97,56,219); }
div.DivClassName
{
background-color: #6138DB;
}
.BgClassName
{
background-color: #6138DB;
}
</style>
border-color css
<style>
span { border-color: #6138DB; }
span { border-color: rgb(97,56,219); }
td.TdClassName
{
border-color: #6138DB;
}
.TagClassName
{
border-color: #6138DB;
}
</style>