#7C549F

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

Shades of Studio #7C549F

Tints of Studio #7C549F

Color information

#7C549F (or 0x7C549F) is unknown color: approx Studio. HEX triplet: 7C, 54 and 9F. RGB value is (124,84,159). Sum of RGB (Red+Green+Blue) = 124+84+159=367 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.79% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 159 (62.5% from 255 or 43.32% from 367); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C549F is #83AB60. Grayscale: #686868. Windows color (decimal): -8629089 or 10441852. OLE color: 10441852.

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

Color convert

RGB12484159-
CMYK0.220.4700.38
HSL272º30.86%47.65%-
HSV(B)272º47.17%62.35%-
XYZ17.7413.1334.4-
YUV104.51158.75141.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 33.79%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 159 (62.5% from 255) = 43.32%
R=33.79%
G=22.89%
B=43.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal124841590.220.4700.3827230.8647.65
Hex7C549F162F0261101f30
Octal17412423726570464203760
Binary111110010101001001111110110101111010011010001000011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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