#7E52BE

Color #7E52BE Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #7E52BE

Tints of Blue Marguerite #7E52BE

Color information

#7E52BE (or 0x7E52BE) is unknown color: approx Blue Marguerite. HEX triplet: 7E, 52 and BE. RGB value is (126,82,190). Sum of RGB (Red+Green+Blue) = 126+82+190=398 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.66% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E52BE is #81AD41. Grayscale: #6B6B6B. Windows color (decimal): -8498498 or 12472958. OLE color: 12472958.

HSL color Cylindrical-coordinate representation of color #7E52BE: hue angle of 264.44º 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 #7E52BE is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12682190-
CMYK0.340.5700.25
HSL264.44º45.38%53.33%-
HSV(B)264.44º56.84%74.51%-
XYZ20.9214.1950.35-
YUV107.47174.58141.22-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 31.66%
GREEN value IS 82 (32.42% from 255) = 20.60%
BLUE value IS 190 (74.61% from 255) = 47.74%
R=31.66%
G=20.60%
B=47.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal126821900.340.5700.25264.4445.3853.33
Hex7E52BE22390191082d35
Octal17612227642710314105565
Binary1111110101001010111110100010111001011001100001000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E52BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E52BE; }

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

 H1.HeaderClassName
 {
   color: #7E52BE;
 }
 .AnyTagClassName
 {
   color: #7E52BE;
 }
</style>
background-color css

<style>
 a { background-color: #7E52BE; }

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

 div.DivClassName
 {
   background-color: #7E52BE;
 }
 .BgClassName
 {
   background-color: #7E52BE;
 }
</style>
border-color css

<style>
 span { border-color: #7E52BE; }

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

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