Shades of Blue Marguerite #715AAF
Tints of Blue Marguerite #715AAF
RGB
CMYK
RGB Variations
Color information
#715AAF (or 0x715AAF) is known color: Blue Marguerite. HEX triplet: 71, 5A and AF. RGB value is (113,90,175). Sum of RGB (Red+Green+Blue) = 113+90+175=378 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.89% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #715AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AAF is #8EA550. Grayscale: #6A6A6A. Windows color (decimal): -9348433 or 11491953. OLE color: 11491953.
HSL color Cylindrical-coordinate representation of color #715AAF: hue angle of 256.24º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #715AAF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 113 | 90 | 175 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.31 |
| HSL | 256.24º | 0.35% | 0.52% | - |
| HSV(B) | 256.24º | 0.49% | 0.69% | - |
| XYZ | 18.2 | 13.92 | 42.28 | - |
| YUV | 106.57 | 166.62 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 90 | 175 | 0.35 | 0.49 | 0 | 0.31 | 256.24 | 0.35 | 0.52 |
| Hex | 71 | 5A | AF | 23 | 31 | 0 | 1F | 100 | 23 | 34 |
| Octal | 161 | 132 | 257 | 43 | 61 | 0 | 37 | 400 | 43 | 64 |
| Binary | 1110001 | 1011010 | 10101111 | 100011 | 110001 | 0 | 11111 | 100000000 | 100011 | 110100 |
Color Harmonies of #715AAF
Complementary color
Monochromatic Colors of #715AAF
Black with #715AAF
Text Example
Text Example
White with #715AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715AAF; }
p { color: rgb(113,90,175); }
H1.HeaderClassName
{
color: #715AAF;
}
.AnyTagClassName
{
color: #715AAF;
}
</style>
background-color css
<style>
a { background-color: #715AAF; }
a { background-color: rgb(113,90,175); }
div.DivClassName
{
background-color: #715AAF;
}
.BgClassName
{
background-color: #715AAF;
}
</style>
border-color css
<style>
span { border-color: #715AAF; }
span { border-color: rgb(113,90,175); }
td.TdClassName
{
border-color: #715AAF;
}
.TagClassName
{
border-color: #715AAF;
}
</style>