Html Css Color HEX #7052BB Blue Marguerite

📋 copy color: '#7052BB'

red 112 ◦ green 82 ◦ blue 187

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

Shades of Blue Marguerite #7052BB

Tints of Blue Marguerite #7052BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 29.4%
G = 21.52%
B = 49.08%

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

#7052BB (or 0x7052BB) is known color: Blue Marguerite. HEX triplet: 70, 52 and BB. RGB value is (112,82,187). Sum of RGB (Red+Green+Blue) = 112+82+187=381 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.40% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #7052BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7052BB is #8FAD44. Grayscale: #666666. Windows color (decimal): -9416005 or 12276336. OLE color: 12276336.

HSL color Cylindrical-coordinate representation of color #7052BB: hue angle of 257.14º degrees, saturation: 0.44, 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 #7052BB is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 82 187 -
CMYK 0.40 0.56 0 0.27
HSL 257.14º 0.44% 0.53% -
HSV(B) 257.14º 0.56% 0.73% -
XYZ 18.67 13.07 48.55 -
YUV 102.94 175.44 134.46 -
System Red Green Blue C M Y K H S L
Decimal 112 82 187 0.40 0.56 0 0.27 257.14 0.44 0.53
Hex 70 52 BB 28 38 0 1B 101 2C 35
Octal 160 122 273 50 70 0 33 401 54 65
Binary 1110000 1010010 10111011 101000 111000 0 11011 100000001 101100 110101

Color Harmonies of #7052BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7052BB

Black with #7052BB

Text Example


Text Example

White with #7052BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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