Html Css Color HEX #7C52BF Blue Marguerite

📋 copy color: '#7C52BF'

red 124 ◦ green 82 ◦ blue 191

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

Shades of Blue Marguerite #7C52BF

Tints of Blue Marguerite #7C52BF

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 value IS 0.35

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7C52BF (or 0x7C52BF) is known color: 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

RGB 124 82 191 -
CMYK 0.35 0.57 0 0.25
HSL 263.12º 0.46% 0.54% -
HSV(B) 263.12º 0.57% 0.75% -
XYZ 20.73 14.08 50.92 -
YUV 106.98 175.41 140.14 -
System Red Green Blue C M Y K H S L
Decimal 124 82 191 0.35 0.57 0 0.25 263.12 0.46 0.54
Hex 7C 52 BF 23 39 0 19 107 2E 36
Octal 174 122 277 43 71 0 31 407 56 66
Binary 1111100 1010010 10111111 100011 111001 0 11001 100000111 101110 110110

Color Harmonies of #7C52BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C52BF

Black with #7C52BF

Text Example


Text Example

White with #7C52BF

Text Example


Text Example

HTML Codes & Css Web 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>