Shades of Blue Marguerite #7153AD
Tints of Blue Marguerite #7153AD
RGB
CMYK
RGB Variations
Color information
#7153AD (or 0x7153AD) is known color: Blue Marguerite. HEX triplet: 71, 53 and AD. RGB value is (113,83,173). Sum of RGB (Red+Green+Blue) = 113+83+173=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 173 (67.97% from 255 or 46.88% from 369); Max value from RGB is 173 - color contains mainly: blue. Hex color #7153AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7153AD is #8EAC52. Grayscale: #656565. Windows color (decimal): -9350227 or 11359089. OLE color: 11359089.
HSL color Cylindrical-coordinate representation of color #7153AD: hue angle of 260º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7153AD is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 83 | 173 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.32 |
| HSL | 260º | 0.35% | 0.5% | - |
| HSV(B) | 260º | 0.52% | 0.68% | - |
| XYZ | 17.45 | 12.71 | 41.07 | - |
| YUV | 102.23 | 167.94 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 83 | 173 | 0.35 | 0.52 | 0 | 0.32 | 260 | 0.35 | 0.5 |
| Hex | 71 | 53 | AD | 23 | 34 | 0 | 20 | 104 | 23 | 32 |
| Octal | 161 | 123 | 255 | 43 | 64 | 0 | 40 | 404 | 43 | 62 |
| Binary | 1110001 | 1010011 | 10101101 | 100011 | 110100 | 0 | 100000 | 100000100 | 100011 | 110010 |
Color Harmonies of #7153AD
Complementary color
Monochromatic Colors of #7153AD
Black with #7153AD
Text Example
Text Example
White with #7153AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7153AD; }
p { color: rgb(113,83,173); }
H1.HeaderClassName
{
color: #7153AD;
}
.AnyTagClassName
{
color: #7153AD;
}
</style>
background-color css
<style>
a { background-color: #7153AD; }
a { background-color: rgb(113,83,173); }
div.DivClassName
{
background-color: #7153AD;
}
.BgClassName
{
background-color: #7153AD;
}
</style>
border-color css
<style>
span { border-color: #7153AD; }
span { border-color: rgb(113,83,173); }
td.TdClassName
{
border-color: #7153AD;
}
.TagClassName
{
border-color: #7153AD;
}
</style>