#7C52BF

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

Shades of Blue Marguerite #7C52BF

Tints of Blue Marguerite #7C52BF

Color information

#7C52BF (or 0x7C52BF) is unknown color: approx Blue Marguerite. HEX triplet: 7C, 52 and BF. RGB value is (124,82,191). Sum of RGB (Red+Green+Blue) = 124+82+191=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 191 (75% from 255 or 48.11% from 397); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C52BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C52BF is #83AD40. Grayscale: #6A6A6A. Windows color (decimal): -8629569 or 12538492. OLE color: 12538492.

HSL color Cylindrical-coordinate representation of color #7C52BF: hue angle of 263.12º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C52BF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12482191-
CMYK0.350.5700.25
HSL263.12º45.99%53.53%-
HSV(B)263.12º57.07%74.9%-
XYZ20.7314.0850.92-
YUV106.98175.41140.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.23%
GREEN value IS 82 (32.42% from 255) = 20.65%
BLUE value IS 191 (75% from 255) = 48.11%
R=31.23%
G=20.65%
B=48.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124821910.350.5700.25263.1245.9953.53
Hex7C52BF23390191072e36
Octal17412227743710314075666
Binary1111100101001010111111100011111001011001100000111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C52BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,82,191); }

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

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

 a { background-color: rgb(124,82,191); }

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

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

 span { border-color: rgb(124,82,191); }

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