Shades of Purple Heart #5633C3
Tints of Purple Heart #5633C3
RGB
CMYK
RGB Variations
Color information
#5633C3 (or 0x5633C3) is known color: Purple Heart. HEX triplet: 56, 33 and C3. RGB value is (86,51,195). Sum of RGB (Red+Green+Blue) = 86+51+195=332 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.90% from 332); Green value is 51 (20.31% from 255 or 15.36% from 332); Blue value is 195 (76.56% from 255 or 58.73% from 332); Max value from RGB is 195 - color contains mainly: blue. Hex color #5633C3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5633C3 is #A9CC3C. Grayscale: #4D4D4D. Windows color (decimal): -11127869 or 12792662. OLE color: 12792662.
HSL color Cylindrical-coordinate representation of color #5633C3: hue angle of 254.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5633C3 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 51 | 195 | - |
| CMYK | 0.56 | 0.74 | 0 | 0.24 |
| HSL | 254.58º | 0.59% | 0.48% | - |
| HSV(B) | 254.58º | 0.74% | 0.76% | - |
| XYZ | 14.87 | 8.29 | 52.45 | - |
| YUV | 77.88 | 194.1 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 51 | 195 | 0.56 | 0.74 | 0 | 0.24 | 254.58 | 0.59 | 0.48 |
| Hex | 56 | 33 | C3 | 38 | 4A | 0 | 18 | FF | 3B | 30 |
| Octal | 126 | 63 | 303 | 70 | 112 | 0 | 30 | 377 | 73 | 60 |
| Binary | 1010110 | 110011 | 11000011 | 111000 | 1001010 | 0 | 11000 | 11111111 | 111011 | 110000 |
Color Harmonies of #5633C3
Complementary color
Monochromatic Colors of #5633C3
Black with #5633C3
Text Example
Text Example
White with #5633C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5633C3; }
p { color: rgb(86,51,195); }
H1.HeaderClassName
{
color: #5633C3;
}
.AnyTagClassName
{
color: #5633C3;
}
</style>
background-color css
<style>
a { background-color: #5633C3; }
a { background-color: rgb(86,51,195); }
div.DivClassName
{
background-color: #5633C3;
}
.BgClassName
{
background-color: #5633C3;
}
</style>
border-color css
<style>
span { border-color: #5633C3; }
span { border-color: rgb(86,51,195); }
td.TdClassName
{
border-color: #5633C3;
}
.TagClassName
{
border-color: #5633C3;
}
</style>