Shades of Purple Heart #6527DE
Tints of Purple Heart #6527DE
RGB
CMYK
RGB Variations
Color information
#6527DE (or 0x6527DE) is known color: Purple Heart. HEX triplet: 65, 27 and DE. RGB value is (101,39,222). Sum of RGB (Red+Green+Blue) = 101+39+222=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 222 (87.11% from 255 or 61.33% from 362); Max value from RGB is 222 - color contains mainly: blue. Hex color #6527DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6527DE is #9AD821. Grayscale: #4D4D4D. Windows color (decimal): -10147874 or 14559077. OLE color: 14559077.
HSL color Cylindrical-coordinate representation of color #6527DE: hue angle of 260.33º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6527DE is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 39 | 222 | - |
| CMYK | 0.55 | 0.82 | 0 | 0.13 |
| HSL | 260.33º | 0.73% | 0.51% | - |
| HSV(B) | 260.33º | 0.82% | 0.87% | - |
| XYZ | 19.28 | 9.49 | 69.92 | - |
| YUV | 78.4 | 209.04 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 39 | 222 | 0.55 | 0.82 | 0 | 0.13 | 260.33 | 0.73 | 0.51 |
| Hex | 65 | 27 | DE | 37 | 52 | 0 | D | 104 | 49 | 33 |
| Octal | 145 | 47 | 336 | 67 | 122 | 0 | 15 | 404 | 111 | 63 |
| Binary | 1100101 | 100111 | 11011110 | 110111 | 1010010 | 0 | 1101 | 100000100 | 1001001 | 110011 |
Color Harmonies of #6527DE
Complementary color
Monochromatic Colors of #6527DE
Black with #6527DE
Text Example
Text Example
White with #6527DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6527DE; }
p { color: rgb(101,39,222); }
H1.HeaderClassName
{
color: #6527DE;
}
.AnyTagClassName
{
color: #6527DE;
}
</style>
background-color css
<style>
a { background-color: #6527DE; }
a { background-color: rgb(101,39,222); }
div.DivClassName
{
background-color: #6527DE;
}
.BgClassName
{
background-color: #6527DE;
}
</style>
border-color css
<style>
span { border-color: #6527DE; }
span { border-color: rgb(101,39,222); }
td.TdClassName
{
border-color: #6527DE;
}
.TagClassName
{
border-color: #6527DE;
}
</style>