#7C489A

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

Shades of Studio #7C489A

Tints of Studio #7C489A

Color information

#7C489A (or 0x7C489A) is unknown color: approx Studio. HEX triplet: 7C, 48 and 9A. RGB value is (124,72,154). Sum of RGB (Red+Green+Blue) = 124+72+154=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C489A is #83B765. Grayscale: #606060. Windows color (decimal): -8632166 or 10111100. OLE color: 10111100.

HSL color Cylindrical-coordinate representation of color #7C489A: hue angle of 278.05º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C489A is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12472154-
CMYK0.190.5300.40
HSL278.05º36.28%44.31%-
HSV(B)278.05º53.25%60.39%-
XYZ16.4611.2531.88-
YUV96.9160.23147.33-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.43%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 154 (60.55% from 255) = 44%
R=35.43%
G=20.57%
B=44%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal124721540.190.5300.40278.0536.2844.31
Hex7C489A1335028116242c
Octal17411023223650504264454
Binary1111100100100010011010100111101010101000100010110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,72,154); }

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

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

 a { background-color: rgb(124,72,154); }

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

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

 span { border-color: rgb(124,72,154); }

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