#7A59BB

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

Shades of Blue Marguerite #7A59BB

Tints of Blue Marguerite #7A59BB

Color information

#7A59BB (or 0x7A59BB) is unknown color: approx Blue Marguerite. HEX triplet: 7A, 59 and BB. RGB value is (122,89,187). Sum of RGB (Red+Green+Blue) = 122+89+187=398 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.65% from 398); Green value is 89 (35.16% from 255 or 22.36% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #7A59BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A59BB is #85A644. Grayscale: #6D6D6D. Windows color (decimal): -8758853 or 12278138. OLE color: 12278138.

HSL color Cylindrical-coordinate representation of color #7A59BB: hue angle of 260.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A59BB is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12289187-
CMYK0.350.5200.27
HSL260.2º41.88%54.12%-
HSV(B)260.2º52.41%73.33%-
XYZ20.5714.8748.8-
YUV110.04171.43136.53-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 30.65%
GREEN value IS 89 (35.16% from 255) = 22.36%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=30.65%
G=22.36%
B=46.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal122891870.350.5200.27260.241.8854.12
Hex7A59BB233401B1042a36
Octal17213127343640334045266
Binary1111010101100110111011100011110100011011100000100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A59BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,89,187); }

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

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

 a { background-color: rgb(122,89,187); }

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

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

 span { border-color: rgb(122,89,187); }

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