Shades of Purple Heart #6535CE
Tints of Purple Heart #6535CE
RGB
CMYK
RGB Variations
Color information
#6535CE (or 0x6535CE) is known color: Purple Heart. HEX triplet: 65, 35 and CE. RGB value is (101,53,206). Sum of RGB (Red+Green+Blue) = 101+53+206=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 53 (21.09% from 255 or 14.72% from 360); Blue value is 206 (80.86% from 255 or 57.22% from 360); Max value from RGB is 206 - color contains mainly: blue. Hex color #6535CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535CE is #9ACA31. Grayscale: #545454. Windows color (decimal): -10144306 or 13514085. OLE color: 13514085.
HSL color Cylindrical-coordinate representation of color #6535CE: hue angle of 258.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6535CE is Cyan = 0.51, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 53 | 206 | - |
| CMYK | 0.51 | 0.74 | 0 | 0.19 |
| HSL | 258.82º | 0.61% | 0.51% | - |
| HSV(B) | 258.82º | 0.74% | 0.81% | - |
| XYZ | 17.78 | 9.77 | 59.34 | - |
| YUV | 84.79 | 196.4 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 206 | 0.51 | 0.74 | 0 | 0.19 | 258.82 | 0.61 | 0.51 |
| Hex | 65 | 35 | CE | 33 | 4A | 0 | 13 | 103 | 3D | 33 |
| Octal | 145 | 65 | 316 | 63 | 112 | 0 | 23 | 403 | 75 | 63 |
| Binary | 1100101 | 110101 | 11001110 | 110011 | 1001010 | 0 | 10011 | 100000011 | 111101 | 110011 |
Color Harmonies of #6535CE
Complementary color
Monochromatic Colors of #6535CE
Black with #6535CE
Text Example
Text Example
White with #6535CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6535CE; }
p { color: rgb(101,53,206); }
H1.HeaderClassName
{
color: #6535CE;
}
.AnyTagClassName
{
color: #6535CE;
}
</style>
background-color css
<style>
a { background-color: #6535CE; }
a { background-color: rgb(101,53,206); }
div.DivClassName
{
background-color: #6535CE;
}
.BgClassName
{
background-color: #6535CE;
}
</style>
border-color css
<style>
span { border-color: #6535CE; }
span { border-color: rgb(101,53,206); }
td.TdClassName
{
border-color: #6535CE;
}
.TagClassName
{
border-color: #6535CE;
}
</style>