Html Css Color HEX #7055AD Blue Marguerite

📋 copy color: '#7055AD'

red 112 ◦ green 85 ◦ blue 173

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

Shades of Blue Marguerite #7055AD

Tints of Blue Marguerite #7055AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.76%

R = 30.27%
G = 22.97%
B = 46.76%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7055AD (or 0x7055AD) is known color: Blue Marguerite. HEX triplet: 70, 55 and AD. RGB value is (112,85,173). Sum of RGB (Red+Green+Blue) = 112+85+173=370 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.27% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #7055AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7055AD is #8FAA52. Grayscale: #666666. Windows color (decimal): -9415251 or 11359600. OLE color: 11359600.

HSL color Cylindrical-coordinate representation of color #7055AD: hue angle of 258.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7055AD is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 112 85 173 -
CMYK 0.35 0.51 0 0.32
HSL 258.41º 0.35% 0.51% -
HSV(B) 258.41º 0.51% 0.68% -
XYZ 17.47 12.96 41.12 -
YUV 103.11 167.45 134.34 -
System Red Green Blue C M Y K H S L
Decimal 112 85 173 0.35 0.51 0 0.32 258.41 0.35 0.51
Hex 70 55 AD 23 33 0 20 102 23 33
Octal 160 125 255 43 63 0 40 402 43 63
Binary 1110000 1010101 10101101 100011 110011 0 100000 100000010 100011 110011

Color Harmonies of #7055AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7055AD

Black with #7055AD

Text Example


Text Example

White with #7055AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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