Shades of Purple Heart #6530CE
Tints of Purple Heart #6530CE
RGB
CMYK
RGB Variations
Color information
#6530CE (or 0x6530CE) is known color: Purple Heart. HEX triplet: 65, 30 and CE. RGB value is (101,48,206). Sum of RGB (Red+Green+Blue) = 101+48+206=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 48 (19.14% from 255 or 13.52% 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 #6530CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6530CE is #9ACF31. Grayscale: #515151. Windows color (decimal): -10145586 or 13512805. OLE color: 13512805.
HSL color Cylindrical-coordinate representation of color #6530CE: hue angle of 260.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6530CE is Cyan = 0.51, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 48 | 206 | - |
| CMYK | 0.51 | 0.77 | 0 | 0.19 |
| HSL | 260.13º | 0.62% | 0.5% | - |
| HSV(B) | 260.13º | 0.77% | 0.81% | - |
| XYZ | 17.56 | 9.34 | 59.27 | - |
| YUV | 81.86 | 198.06 | 141.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 48 | 206 | 0.51 | 0.77 | 0 | 0.19 | 260.13 | 0.62 | 0.5 |
| Hex | 65 | 30 | CE | 33 | 4D | 0 | 13 | 104 | 3E | 32 |
| Octal | 145 | 60 | 316 | 63 | 115 | 0 | 23 | 404 | 76 | 62 |
| Binary | 1100101 | 110000 | 11001110 | 110011 | 1001101 | 0 | 10011 | 100000100 | 111110 | 110010 |
Color Harmonies of #6530CE
Complementary color
Monochromatic Colors of #6530CE
Black with #6530CE
Text Example
Text Example
White with #6530CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6530CE; }
p { color: rgb(101,48,206); }
H1.HeaderClassName
{
color: #6530CE;
}
.AnyTagClassName
{
color: #6530CE;
}
</style>
background-color css
<style>
a { background-color: #6530CE; }
a { background-color: rgb(101,48,206); }
div.DivClassName
{
background-color: #6530CE;
}
.BgClassName
{
background-color: #6530CE;
}
</style>
border-color css
<style>
span { border-color: #6530CE; }
span { border-color: rgb(101,48,206); }
td.TdClassName
{
border-color: #6530CE;
}
.TagClassName
{
border-color: #6530CE;
}
</style>