#7C54A9

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

Shades of Studio #7C54A9

Tints of Studio #7C54A9

Color information

#7C54A9 (or 0x7C54A9) is unknown color: approx Studio. HEX triplet: 7C, 54 and A9. RGB value is (124,84,169). Sum of RGB (Red+Green+Blue) = 124+84+169=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 169 (66.41% from 255 or 44.83% from 377); Max value from RGB is 169 - color contains mainly: blue. Hex color #7C54A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C54A9 is #83AB56. Grayscale: #696969. Windows color (decimal): -8629079 or 11097212. OLE color: 11097212.

HSL color Cylindrical-coordinate representation of color #7C54A9: hue angle of 268.24º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7C54A9 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12484169-
CMYK0.270.5000.34
HSL268.24º33.6%49.61%-
HSV(B)268.24º50.3%66.27%-
XYZ18.6413.4939.16-
YUV105.65163.75141.09-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.89%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 169 (66.41% from 255) = 44.83%
R=32.89%
G=22.28%
B=44.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal124841690.270.5000.34268.2433.649.61
Hex7C54A91B3202210c2232
Octal17412425133620424144262
Binary1111100101010010101001110111100100100010100001100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C54A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,169); }

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

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

 a { background-color: rgb(124,84,169); }

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

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

 span { border-color: rgb(124,84,169); }

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