Html Css Color HEX #7052B3 Blue Marguerite

📋 copy color: '#7052B3'

red 112 ◦ green 82 ◦ blue 179

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

Shades of Blue Marguerite #7052B3

Tints of Blue Marguerite #7052B3

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.98%

 BLUE value IS 179 (70.31% from 255) = 47.99%

R = 30.03%
G = 21.98%
B = 47.99%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7052B3 (or 0x7052B3) is known color: Blue Marguerite. HEX triplet: 70, 52 and B3. RGB value is (112,82,179). Sum of RGB (Red+Green+Blue) = 112+82+179=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 82 (32.42% from 255 or 21.98% from 373); Blue value is 179 (70.31% from 255 or 47.99% from 373); Max value from RGB is 179 - color contains mainly: blue. Hex color #7052B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7052B3 is #8FAD4C. Grayscale: #656565. Windows color (decimal): -9416013 or 11752048. OLE color: 11752048.

HSL color Cylindrical-coordinate representation of color #7052B3: hue angle of 258.56º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7052B3 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 112 82 179 -
CMYK 0.37 0.54 0 0.30
HSL 258.56º 0.39% 0.51% -
HSV(B) 258.56º 0.54% 0.7% -
XYZ 17.84 12.73 44.17 -
YUV 102.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 112 82 179 0.37 0.54 0 0.30 258.56 0.39 0.51
Hex 70 52 B3 25 36 0 1E 103 27 33
Octal 160 122 263 45 66 0 36 403 47 63
Binary 1110000 1010010 10110011 100101 110110 0 11110 100000011 100111 110011

Color Harmonies of #7052B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7052B3

Black with #7052B3

Text Example


Text Example

White with #7052B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7052B3; }

 p { color: rgb(112,82,179); }

 H1.HeaderClassName
 {
   color: #7052B3;
 }
 .AnyTagClassName
 {
   color: #7052B3;
 }
</style>

background-color css

<style>
 a { background-color: #7052B3; }

 a { background-color: rgb(112,82,179); }

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

border-color css

<style>
 span { border-color: #7052B3; }

 span { border-color: rgb(112,82,179); }

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