Shades of Purple Heart #6535CC
Tints of Purple Heart #6535CC
RGB
CMYK
RGB Variations
Color information
#6535CC (or 0x6535CC) is known color: Purple Heart. HEX triplet: 65, 35 and CC. RGB value is (101,53,204). Sum of RGB (Red+Green+Blue) = 101+53+204=358 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.21% from 358); Green value is 53 (21.09% from 255 or 14.80% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #6535CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6535CC is #9ACA33. Grayscale: #545454. Windows color (decimal): -10144308 or 13383013. OLE color: 13383013.
HSL color Cylindrical-coordinate representation of color #6535CC: hue angle of 259.07º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6535CC is Cyan = 0.50, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 101 | 53 | 204 | - |
| CMYK | 0.50 | 0.74 | 0 | 0.2 |
| HSL | 259.07º | 0.6% | 0.5% | - |
| HSV(B) | 259.07º | 0.74% | 0.8% | - |
| XYZ | 17.54 | 9.67 | 58.07 | - |
| YUV | 84.57 | 195.4 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 53 | 204 | 0.50 | 0.74 | 0 | 0.2 | 259.07 | 0.6 | 0.5 |
| Hex | 65 | 35 | CC | 32 | 4A | 0 | 14 | 103 | 3C | 32 |
| Octal | 145 | 65 | 314 | 62 | 112 | 0 | 24 | 403 | 74 | 62 |
| Binary | 1100101 | 110101 | 11001100 | 110010 | 1001010 | 0 | 10100 | 100000011 | 111100 | 110010 |
Color Harmonies of #6535CC
Complementary color
Monochromatic Colors of #6535CC
Black with #6535CC
Text Example
Text Example
White with #6535CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6535CC; }
p { color: rgb(101,53,204); }
H1.HeaderClassName
{
color: #6535CC;
}
.AnyTagClassName
{
color: #6535CC;
}
</style>
background-color css
<style>
a { background-color: #6535CC; }
a { background-color: rgb(101,53,204); }
div.DivClassName
{
background-color: #6535CC;
}
.BgClassName
{
background-color: #6535CC;
}
</style>
border-color css
<style>
span { border-color: #6535CC; }
span { border-color: rgb(101,53,204); }
td.TdClassName
{
border-color: #6535CC;
}
.TagClassName
{
border-color: #6535CC;
}
</style>