#7C4B9E

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

Shades of Studio #7C4B9E

Tints of Studio #7C4B9E

Color information

#7C4B9E (or 0x7C4B9E) is unknown color: approx Studio. HEX triplet: 7C, 4B and 9E. RGB value is (124,75,158). Sum of RGB (Red+Green+Blue) = 124+75+158=357 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.73% from 357); Green value is 75 (29.69% from 255 or 21.01% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C4B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4B9E is #83B461. Grayscale: #626262. Windows color (decimal): -8631394 or 10374012. OLE color: 10374012.

HSL color Cylindrical-coordinate representation of color #7C4B9E: hue angle of 275.42º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7C4B9E is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB12475158-
CMYK0.220.5300.38
HSL275.42º35.62%45.69%-
HSV(B)275.42º52.53%61.96%-
XYZ1711.7933.73-
YUV99.11161.23145.75-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.73%
GREEN value IS 75 (29.69% from 255) = 21.01%
BLUE value IS 158 (62.11% from 255) = 44.26%
R=34.73%
G=21.01%
B=44.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124751580.220.5300.38275.4235.6245.69
Hex7C4B9E1635026113242e
Octal17411323626650464234456
Binary1111100100101110011110101101101010100110100010011100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,75,158); }

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

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

 a { background-color: rgb(124,75,158); }

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

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

 span { border-color: rgb(124,75,158); }

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