Shades of Purple Heart #6138DA
Tints of Purple Heart #6138DA
RGB
CMYK
RGB Variations
Color information
#6138DA (or 0x6138DA) is known color: Purple Heart. HEX triplet: 61, 38 and DA. RGB value is (97,56,218). Sum of RGB (Red+Green+Blue) = 97+56+218=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 56 (22.27% from 255 or 15.09% from 371); Blue value is 218 (85.55% from 255 or 58.76% from 371); Max value from RGB is 218 - color contains mainly: blue. Hex color #6138DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6138DA is #9EC725. Grayscale: #565656. Windows color (decimal): -10405670 or 14301281. OLE color: 14301281.
HSL color Cylindrical-coordinate representation of color #6138DA: hue angle of 255.19º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6138DA is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 97 | 56 | 218 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.15 |
| HSL | 255.19º | 0.69% | 0.54% | - |
| HSV(B) | 255.19º | 0.74% | 0.85% | - |
| XYZ | 19 | 10.43 | 67.34 | - |
| YUV | 86.73 | 202.08 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 218 | 0.56 | 0.74 | 0 | 0.15 | 255.19 | 0.69 | 0.54 |
| Hex | 61 | 38 | DA | 38 | 4A | 0 | F | FF | 45 | 36 |
| Octal | 141 | 70 | 332 | 70 | 112 | 0 | 17 | 377 | 105 | 66 |
| Binary | 1100001 | 111000 | 11011010 | 111000 | 1001010 | 0 | 1111 | 11111111 | 1000101 | 110110 |
Color Harmonies of #6138DA
Complementary color
Monochromatic Colors of #6138DA
Black with #6138DA
Text Example
Text Example
White with #6138DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6138DA; }
p { color: rgb(97,56,218); }
H1.HeaderClassName
{
color: #6138DA;
}
.AnyTagClassName
{
color: #6138DA;
}
</style>
background-color css
<style>
a { background-color: #6138DA; }
a { background-color: rgb(97,56,218); }
div.DivClassName
{
background-color: #6138DA;
}
.BgClassName
{
background-color: #6138DA;
}
</style>
border-color css
<style>
span { border-color: #6138DA; }
span { border-color: rgb(97,56,218); }
td.TdClassName
{
border-color: #6138DA;
}
.TagClassName
{
border-color: #6138DA;
}
</style>