Html Css Color HEX #7052BA Blue Marguerite

📋 copy color: '#7052BA'

red 112 ◦ green 82 ◦ blue 186

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

Shades of Blue Marguerite #7052BA

Tints of Blue Marguerite #7052BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.95%

R = 29.47%
G = 21.58%
B = 48.95%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7052BA (or 0x7052BA) is known color: Blue Marguerite. HEX triplet: 70, 52 and BA. RGB value is (112,82,186). Sum of RGB (Red+Green+Blue) = 112+82+186=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 82 (32.42% from 255 or 21.58% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #7052BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7052BA is #8FAD45. Grayscale: #666666. Windows color (decimal): -9416006 or 12210800. OLE color: 12210800.

HSL color Cylindrical-coordinate representation of color #7052BA: hue angle of 257.31º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7052BA is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 82 186 -
CMYK 0.40 0.56 0 0.27
HSL 257.31º 0.43% 0.53% -
HSV(B) 257.31º 0.56% 0.73% -
XYZ 18.56 13.02 47.99 -
YUV 102.83 174.94 134.54 -
System Red Green Blue C M Y K H S L
Decimal 112 82 186 0.40 0.56 0 0.27 257.31 0.43 0.53
Hex 70 52 BA 28 38 0 1B 101 2B 35
Octal 160 122 272 50 70 0 33 401 53 65
Binary 1110000 1010010 10111010 101000 111000 0 11011 100000001 101011 110101

Color Harmonies of #7052BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7052BA

Black with #7052BA

Text Example


Text Example

White with #7052BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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