Shades of Purple Heart #6135C4
Tints of Purple Heart #6135C4
RGB
CMYK
RGB Variations
Color information
#6135C4 (or 0x6135C4) is known color: Purple Heart. HEX triplet: 61, 35 and C4. RGB value is (97,53,196). Sum of RGB (Red+Green+Blue) = 97+53+196=346 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.03% from 346); Green value is 53 (21.09% from 255 or 15.32% from 346); Blue value is 196 (76.95% from 255 or 56.65% from 346); Max value from RGB is 196 - color contains mainly: blue. Hex color #6135C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6135C4 is #9ECA3B. Grayscale: #515151. Windows color (decimal): -10406460 or 12858721. OLE color: 12858721.
HSL color Cylindrical-coordinate representation of color #6135C4: hue angle of 258.46º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6135C4 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 53 | 196 | - |
| CMYK | 0.51 | 0.73 | 0 | 0.23 |
| HSL | 258.46º | 0.57% | 0.49% | - |
| HSV(B) | 258.46º | 0.73% | 0.77% | - |
| XYZ | 16.17 | 9.07 | 53.12 | - |
| YUV | 82.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 53 | 196 | 0.51 | 0.73 | 0 | 0.23 | 258.46 | 0.57 | 0.49 |
| Hex | 61 | 35 | C4 | 33 | 49 | 0 | 17 | 102 | 39 | 31 |
| Octal | 141 | 65 | 304 | 63 | 111 | 0 | 27 | 402 | 71 | 61 |
| Binary | 1100001 | 110101 | 11000100 | 110011 | 1001001 | 0 | 10111 | 100000010 | 111001 | 110001 |
Color Harmonies of #6135C4
Complementary color
Monochromatic Colors of #6135C4
Black with #6135C4
Text Example
Text Example
White with #6135C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6135C4; }
p { color: rgb(97,53,196); }
H1.HeaderClassName
{
color: #6135C4;
}
.AnyTagClassName
{
color: #6135C4;
}
</style>
background-color css
<style>
a { background-color: #6135C4; }
a { background-color: rgb(97,53,196); }
div.DivClassName
{
background-color: #6135C4;
}
.BgClassName
{
background-color: #6135C4;
}
</style>
border-color css
<style>
span { border-color: #6135C4; }
span { border-color: rgb(97,53,196); }
td.TdClassName
{
border-color: #6135C4;
}
.TagClassName
{
border-color: #6135C4;
}
</style>