#7C5397

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

Shades of Studio #7C5397

Tints of Studio #7C5397

Color information

#7C5397 (or 0x7C5397) is unknown color: approx Studio. HEX triplet: 7C, 53 and 97. RGB value is (124,83,151). Sum of RGB (Red+Green+Blue) = 124+83+151=358 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.64% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 151 - color contains mainly: blue. Hex color #7C5397 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5397 is #83AC68. Grayscale: #666666. Windows color (decimal): -8629353 or 9917308. OLE color: 9917308.

HSL color Cylindrical-coordinate representation of color #7C5397: hue angle of 276.18º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C5397 is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB12483151-
CMYK0.180.4500.41
HSL276.18º29.06%45.88%-
HSV(B)276.18º45.03%59.22%-
XYZ16.9912.7130.84-
YUV103.01155.08142.97-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.64%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 151 (59.38% from 255) = 42.18%
R=34.64%
G=23.18%
B=42.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal124831510.180.4500.41276.1829.0645.88
Hex7C5397122D0291141d2e
Octal17412322722550514243556
Binary111110010100111001011110010101101010100110001010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C5397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,83,151); }

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

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

 a { background-color: rgb(124,83,151); }

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

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

 span { border-color: rgb(124,83,151); }

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