#7C59A4

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

Shades of Studio #7C59A4

Tints of Studio #7C59A4

Color information

#7C59A4 (or 0x7C59A4) is unknown color: approx Studio. HEX triplet: 7C, 59 and A4. RGB value is (124,89,164). Sum of RGB (Red+Green+Blue) = 124+89+164=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 164 (64.45% from 255 or 43.50% from 377); Max value from RGB is 164 - color contains mainly: blue. Hex color #7C59A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C59A4 is #83A65B. Grayscale: #6B6B6B. Windows color (decimal): -8627804 or 10770812. OLE color: 10770812.

HSL color Cylindrical-coordinate representation of color #7C59A4: hue angle of 268º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7C59A4 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12489164-
CMYK0.240.4600.36
HSL268º29.64%49.61%-
HSV(B)268º45.73%64.31%-
XYZ18.5914.1136.87-
YUV108.01159.6139.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.89%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 164 (64.45% from 255) = 43.50%
R=32.89%
G=23.61%
B=43.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal124891640.240.4600.3626829.6449.61
Hex7C59A4182E02410c1e32
Octal17413124430560444143662
Binary111110010110011010010011000101110010010010000110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C59A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,89,164); }

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

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

 a { background-color: rgb(124,89,164); }

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

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

 span { border-color: rgb(124,89,164); }

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