Html Css Color HEX #7055AA Blue Marguerite

📋 copy color: '#7055AA'

red 112 ◦ green 85 ◦ blue 170

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

Shades of Blue Marguerite #7055AA

Tints of Blue Marguerite #7055AA

RGB

 RED value IS 112 (44.14% from 255) = 30.52%

 GREEN value IS 85 (33.59% from 255) = 23.16%

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

R = 30.52%
G = 23.16%
B = 46.32%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7055AA (or 0x7055AA) is known color: Blue Marguerite. HEX triplet: 70, 55 and AA. RGB value is (112,85,170). Sum of RGB (Red+Green+Blue) = 112+85+170=367 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.52% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #7055AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7055AA is #8FAA55. Grayscale: #666666. Windows color (decimal): -9415254 or 11162992. OLE color: 11162992.

HSL color Cylindrical-coordinate representation of color #7055AA: hue angle of 259.06º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7055AA is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 85 170 -
CMYK 0.34 0.50 0 0.33
HSL 259.06º 0.33% 0.5% -
HSV(B) 259.06º 0.5% 0.67% -
XYZ 17.19 12.84 39.6 -
YUV 102.76 165.95 134.59 -
System Red Green Blue C M Y K H S L
Decimal 112 85 170 0.34 0.50 0 0.33 259.06 0.33 0.5
Hex 70 55 AA 22 32 0 21 103 21 32
Octal 160 125 252 42 62 0 41 403 41 62
Binary 1110000 1010101 10101010 100010 110010 0 100001 100000011 100001 110010

Color Harmonies of #7055AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7055AA

Black with #7055AA

Text Example


Text Example

White with #7055AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7055AA; }

 p { color: rgb(112,85,170); }

 H1.HeaderClassName
 {
   color: #7055AA;
 }
 .AnyTagClassName
 {
   color: #7055AA;
 }
</style>

background-color css

<style>
 a { background-color: #7055AA; }

 a { background-color: rgb(112,85,170); }

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

border-color css

<style>
 span { border-color: #7055AA; }

 span { border-color: rgb(112,85,170); }

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