Html Css Color HEX #7D52BE Blue Marguerite

📋 copy color: '#7D52BE'

red 125 ◦ green 82 ◦ blue 190

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

Shades of Blue Marguerite #7D52BE

Tints of Blue Marguerite #7D52BE

RGB

 RED value IS 125 (49.22% from 255) = 31.49%

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

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

R = 31.49%
G = 20.65%
B = 47.86%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7D52BE (or 0x7D52BE) is known color: Blue Marguerite. HEX triplet: 7D, 52 and BE. RGB value is (125,82,190). Sum of RGB (Red+Green+Blue) = 125+82+190=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D52BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D52BE is #82AD41. Grayscale: #6A6A6A. Windows color (decimal): -8564034 or 12472957. OLE color: 12472957.

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

Color convert

RGB 125 82 190 -
CMYK 0.34 0.57 0 0.25
HSL 263.89º 0.45% 0.53% -
HSV(B) 263.89º 0.57% 0.75% -
XYZ 20.77 14.11 50.34 -
YUV 107.17 174.75 140.72 -
System Red Green Blue C M Y K H S L
Decimal 125 82 190 0.34 0.57 0 0.25 263.89 0.45 0.53
Hex 7D 52 BE 22 39 0 19 108 2D 35
Octal 175 122 276 42 71 0 31 410 55 65
Binary 1111101 1010010 10111110 100010 111001 0 11001 100001000 101101 110101

Color Harmonies of #7D52BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D52BE

Black with #7D52BE

Text Example


Text Example

White with #7D52BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D52BE;
 }
 .AnyTagClassName
 {
   color: #7D52BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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