Shades of Purple Heart #6138CE
Tints of Purple Heart #6138CE
RGB
CMYK
RGB Variations
Color information
#6138CE (or 0x6138CE) is known color: Purple Heart. HEX triplet: 61, 38 and CE. RGB value is (97,56,206). Sum of RGB (Red+Green+Blue) = 97+56+206=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 56 (22.27% from 255 or 15.60% from 359); Blue value is 206 (80.86% from 255 or 57.38% from 359); Max value from RGB is 206 - color contains mainly: blue. Hex color #6138CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6138CE is #9EC731. Grayscale: #545454. Windows color (decimal): -10405682 or 13514849. OLE color: 13514849.
HSL color Cylindrical-coordinate representation of color #6138CE: hue angle of 256.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6138CE is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 56 | 206 | - |
| CMYK | 0.53 | 0.73 | 0 | 0.19 |
| HSL | 256.4º | 0.6% | 0.51% | - |
| HSV(B) | 256.4º | 0.73% | 0.81% | - |
| XYZ | 17.48 | 9.83 | 59.37 | - |
| YUV | 85.36 | 196.08 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 56 | 206 | 0.53 | 0.73 | 0 | 0.19 | 256.4 | 0.6 | 0.51 |
| Hex | 61 | 38 | CE | 35 | 49 | 0 | 13 | 100 | 3C | 33 |
| Octal | 141 | 70 | 316 | 65 | 111 | 0 | 23 | 400 | 74 | 63 |
| Binary | 1100001 | 111000 | 11001110 | 110101 | 1001001 | 0 | 10011 | 100000000 | 111100 | 110011 |
Color Harmonies of #6138CE
Complementary color
Monochromatic Colors of #6138CE
Black with #6138CE
Text Example
Text Example
White with #6138CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6138CE; }
p { color: rgb(97,56,206); }
H1.HeaderClassName
{
color: #6138CE;
}
.AnyTagClassName
{
color: #6138CE;
}
</style>
background-color css
<style>
a { background-color: #6138CE; }
a { background-color: rgb(97,56,206); }
div.DivClassName
{
background-color: #6138CE;
}
.BgClassName
{
background-color: #6138CE;
}
</style>
border-color css
<style>
span { border-color: #6138CE; }
span { border-color: rgb(97,56,206); }
td.TdClassName
{
border-color: #6138CE;
}
.TagClassName
{
border-color: #6138CE;
}
</style>