Html Css Color HEX #7052BE Blue Marguerite

📋 copy color: '#7052BE'

red 112 ◦ green 82 ◦ blue 190

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

Shades of Blue Marguerite #7052BE

Tints of Blue Marguerite #7052BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 29.17%
G = 21.35%
B = 49.48%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7052BE (or 0x7052BE) is known color: Blue Marguerite. HEX triplet: 70, 52 and BE. RGB value is (112,82,190). Sum of RGB (Red+Green+Blue) = 112+82+190=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #7052BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7052BE is #8FAD41. Grayscale: #666666. Windows color (decimal): -9416002 or 12472944. OLE color: 12472944.

HSL color Cylindrical-coordinate representation of color #7052BE: hue angle of 256.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7052BE is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 112 82 190 -
CMYK 0.41 0.57 0 0.25
HSL 256.67º 0.45% 0.53% -
HSV(B) 256.67º 0.57% 0.75% -
XYZ 18.99 13.2 50.26 -
YUV 103.28 176.94 134.22 -
System Red Green Blue C M Y K H S L
Decimal 112 82 190 0.41 0.57 0 0.25 256.67 0.45 0.53
Hex 70 52 BE 29 39 0 19 101 2D 35
Octal 160 122 276 51 71 0 31 401 55 65
Binary 1110000 1010010 10111110 101001 111001 0 11001 100000001 101101 110101

Color Harmonies of #7052BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7052BE

Black with #7052BE

Text Example


Text Example

White with #7052BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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