Shades of Purple Heart #6134CE
Tints of Purple Heart #6134CE
RGB
CMYK
RGB Variations
Color information
#6134CE (or 0x6134CE) is known color: Purple Heart. HEX triplet: 61, 34 and CE. RGB value is (97,52,206). Sum of RGB (Red+Green+Blue) = 97+52+206=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #6134CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6134CE is #9ECB31. Grayscale: #525252. Windows color (decimal): -10406706 or 13513825. OLE color: 13513825.
HSL color Cylindrical-coordinate representation of color #6134CE: hue angle of 257.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6134CE is Cyan = 0.53, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 52 | 206 | - |
| CMYK | 0.53 | 0.75 | 0 | 0.19 |
| HSL | 257.53º | 0.61% | 0.51% | - |
| HSV(B) | 257.53º | 0.75% | 0.81% | - |
| XYZ | 17.3 | 9.45 | 59.31 | - |
| YUV | 83.01 | 197.41 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 52 | 206 | 0.53 | 0.75 | 0 | 0.19 | 257.53 | 0.61 | 0.51 |
| Hex | 61 | 34 | CE | 35 | 4B | 0 | 13 | 102 | 3D | 33 |
| Octal | 141 | 64 | 316 | 65 | 113 | 0 | 23 | 402 | 75 | 63 |
| Binary | 1100001 | 110100 | 11001110 | 110101 | 1001011 | 0 | 10011 | 100000010 | 111101 | 110011 |
Color Harmonies of #6134CE
Complementary color
Monochromatic Colors of #6134CE
Black with #6134CE
Text Example
Text Example
White with #6134CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6134CE; }
p { color: rgb(97,52,206); }
H1.HeaderClassName
{
color: #6134CE;
}
.AnyTagClassName
{
color: #6134CE;
}
</style>
background-color css
<style>
a { background-color: #6134CE; }
a { background-color: rgb(97,52,206); }
div.DivClassName
{
background-color: #6134CE;
}
.BgClassName
{
background-color: #6134CE;
}
</style>
border-color css
<style>
span { border-color: #6134CE; }
span { border-color: rgb(97,52,206); }
td.TdClassName
{
border-color: #6134CE;
}
.TagClassName
{
border-color: #6134CE;
}
</style>