Html Css Color HEX #7055B2 Blue Marguerite

📋 copy color: '#7055B2'

red 112 ◦ green 85 ◦ blue 178

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

Shades of Blue Marguerite #7055B2

Tints of Blue Marguerite #7055B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 47.47%

R = 29.87%
G = 22.67%
B = 47.47%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7055B2 (or 0x7055B2) is known color: Blue Marguerite. HEX triplet: 70, 55 and B2. RGB value is (112,85,178). Sum of RGB (Red+Green+Blue) = 112+85+178=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #7055B2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7055B2 is #8FAA4D. Grayscale: #676767. Windows color (decimal): -9415246 or 11687280. OLE color: 11687280.

HSL color Cylindrical-coordinate representation of color #7055B2: hue angle of 257.42º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7055B2 is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 85 178 -
CMYK 0.37 0.52 0 0.30
HSL 257.42º 0.38% 0.52% -
HSV(B) 257.42º 0.52% 0.7% -
XYZ 17.97 13.16 43.71 -
YUV 103.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 112 85 178 0.37 0.52 0 0.30 257.42 0.38 0.52
Hex 70 55 B2 25 34 0 1E 101 26 34
Octal 160 125 262 45 64 0 36 401 46 64
Binary 1110000 1010101 10110010 100101 110100 0 11110 100000001 100110 110100

Color Harmonies of #7055B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7055B2

Black with #7055B2

Text Example


Text Example

White with #7055B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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