#7549AD

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

Shades of Studio #7549AD

Tints of Studio #7549AD

Color information

#7549AD (or 0x7549AD) is unknown color: approx Studio. HEX triplet: 75, 49 and AD. RGB value is (117,73,173). Sum of RGB (Red+Green+Blue) = 117+73+173=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 173 (67.97% from 255 or 47.66% from 363); Max value from RGB is 173 - color contains mainly: blue. Hex color #7549AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7549AD is #8AB652. Grayscale: #616161. Windows color (decimal): -9090643 or 11356533. OLE color: 11356533.

HSL color Cylindrical-coordinate representation of color #7549AD: hue angle of 266.4º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7549AD is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11773173-
CMYK0.320.5800.32
HSL266.4º40.65%48.24%-
HSV(B)266.4º57.8%67.84%-
XYZ17.2611.5640.86-
YUV97.56170.58141.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 173 (67.97% from 255) = 47.66%
R=32.23%
G=20.11%
B=47.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117731730.320.5800.32266.440.6548.24
Hex7549AD203A02010a2930
Octal16511125540720404125160
Binary11101011001001101011011000001110100100000100001010101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7549AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7549AD; }

 p { color: rgb(117,73,173); }

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

<style>
 a { background-color: #7549AD; }

 a { background-color: rgb(117,73,173); }

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

<style>
 span { border-color: #7549AD; }

 span { border-color: rgb(117,73,173); }

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