#7D59B6

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

Shades of Blue Marguerite #7D59B6

Tints of Blue Marguerite #7D59B6

Color information

#7D59B6 (or 0x7D59B6) is unknown color: approx Blue Marguerite. HEX triplet: 7D, 59 and B6. RGB value is (125,89,182). Sum of RGB (Red+Green+Blue) = 125+89+182=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D59B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D59B6 is #82A649. Grayscale: #6E6E6E. Windows color (decimal): -8562250 or 11950461. OLE color: 11950461.

HSL color Cylindrical-coordinate representation of color #7D59B6: hue angle of 263.23º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7D59B6 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12589182-
CMYK0.310.5100.29
HSL263.23º38.91%53.14%-
HSV(B)263.23º51.1%71.37%-
XYZ20.4714.8846.05-
YUV110.37168.43138.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.57%
GREEN value IS 89 (35.16% from 255) = 22.47%
BLUE value IS 182 (71.48% from 255) = 45.96%
R=31.57%
G=22.47%
B=45.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125891820.310.5100.29263.2338.9153.14
Hex7D59B61F3301D1072735
Octal17513126637630354074765
Binary111110110110011011011011111110011011101100000111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D59B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,89,182); }

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

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

 a { background-color: rgb(125,89,182); }

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

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

 span { border-color: rgb(125,89,182); }

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