Html Css Color HEX #715AAA Blue Marguerite

📋 copy color: '#715AAA'

red 113 ◦ green 90 ◦ blue 170

#715AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #715AAA

Tints of Blue Marguerite #715AAA

RGB

 RED value IS 113 (44.53% from 255) = 30.29%

 GREEN value IS 90 (35.55% from 255) = 24.13%

 BLUE value IS 170 (66.8% from 255) = 45.58%

R = 30.29%
G = 24.13%
B = 45.58%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#715AAA (or 0x715AAA) is known color: Blue Marguerite. HEX triplet: 71, 5A and AA. RGB value is (113,90,170). Sum of RGB (Red+Green+Blue) = 113+90+170=373 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.29% from 373); Green value is 90 (35.55% from 255 or 24.13% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #715AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715AAA is #8EA555. Grayscale: #696969. Windows color (decimal): -9348438 or 11164273. OLE color: 11164273.

HSL color Cylindrical-coordinate representation of color #715AAA: hue angle of 257.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #715AAA is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 90 170 -
CMYK 0.34 0.47 0 0.33
HSL 257.25º 0.32% 0.51% -
HSV(B) 257.25º 0.47% 0.67% -
XYZ 17.72 13.73 39.75 -
YUV 106 164.12 133 -
System Red Green Blue C M Y K H S L
Decimal 113 90 170 0.34 0.47 0 0.33 257.25 0.32 0.51
Hex 71 5A AA 22 2F 0 21 101 20 33
Octal 161 132 252 42 57 0 41 401 40 63
Binary 1110001 1011010 10101010 100010 101111 0 100001 100000001 100000 110011

Color Harmonies of #715AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715AAA

Black with #715AAA

Text Example


Text Example

White with #715AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715AAA; }

 p { color: rgb(113,90,170); }

 H1.HeaderClassName
 {
   color: #715AAA;
 }
 .AnyTagClassName
 {
   color: #715AAA;
 }
</style>

background-color css

<style>
 a { background-color: #715AAA; }

 a { background-color: rgb(113,90,170); }

 div.DivClassName
 {
   background-color: #715AAA;
 }
 .BgClassName
 {
   background-color: #715AAA;
 }
</style>

border-color css

<style>
 span { border-color: #715AAA; }

 span { border-color: rgb(113,90,170); }

 td.TdClassName
 {
   border-color: #715AAA;
 }
 .TagClassName
 {
   border-color: #715AAA;
 }
</style>