Shades of Purple Heart #5307C3
Tints of Purple Heart #5307C3
RGB
CMYK
RGB Variations
Color information
#5307C3 (or 0x5307C3) is known color: Purple Heart. HEX triplet: 53, 07 and C3. RGB value is (83,7,195). Sum of RGB (Red+Green+Blue) = 83+7+195=285 (37% of max value = 765). Red value is 83 (32.81% from 255 or 29.12% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 195 (76.56% from 255 or 68.42% from 285); Max value from RGB is 195 - color contains mainly: blue. Hex color #5307C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5307C3 is #ACF83C. Grayscale: #323232. Windows color (decimal): -11335741 or 12781395. OLE color: 12781395.
HSL color Cylindrical-coordinate representation of color #5307C3: hue angle of 264.26º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5307C3 is Cyan = 0.57, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 7 | 195 | - |
| CMYK | 0.57 | 0.96 | 0 | 0.24 |
| HSL | 264.26º | 0.93% | 0.4% | - |
| HSV(B) | 264.26º | 0.96% | 0.76% | - |
| XYZ | 13.49 | 5.93 | 52.06 | - |
| YUV | 51.16 | 209.18 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 7 | 195 | 0.57 | 0.96 | 0 | 0.24 | 264.26 | 0.93 | 0.4 |
| Hex | 53 | 7 | C3 | 39 | 60 | 0 | 18 | 108 | 5D | 28 |
| Octal | 123 | 7 | 303 | 71 | 140 | 0 | 30 | 410 | 135 | 50 |
| Binary | 1010011 | 111 | 11000011 | 111001 | 1100000 | 0 | 11000 | 100001000 | 1011101 | 101000 |
Color Harmonies of #5307C3
Complementary color
Monochromatic Colors of #5307C3
Black with #5307C3
Text Example
Text Example
White with #5307C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5307C3; }
p { color: rgb(83,7,195); }
H1.HeaderClassName
{
color: #5307C3;
}
.AnyTagClassName
{
color: #5307C3;
}
</style>
background-color css
<style>
a { background-color: #5307C3; }
a { background-color: rgb(83,7,195); }
div.DivClassName
{
background-color: #5307C3;
}
.BgClassName
{
background-color: #5307C3;
}
</style>
border-color css
<style>
span { border-color: #5307C3; }
span { border-color: rgb(83,7,195); }
td.TdClassName
{
border-color: #5307C3;
}
.TagClassName
{
border-color: #5307C3;
}
</style>