#7553A0

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

Shades of Studio #7553A0

Tints of Studio #7553A0

Color information

#7553A0 (or 0x7553A0) is unknown color: approx Studio. HEX triplet: 75, 53 and A0. RGB value is (117,83,160). Sum of RGB (Red+Green+Blue) = 117+83+160=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 160 (62.89% from 255 or 44.44% from 360); Max value from RGB is 160 - color contains mainly: blue. Hex color #7553A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7553A0 is #8AAC5F. Grayscale: #656565. Windows color (decimal): -9088096 or 10507125. OLE color: 10507125.

HSL color Cylindrical-coordinate representation of color #7553A0: hue angle of 266.49º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7553A0 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11783160-
CMYK0.270.4800.37
HSL266.49º31.69%47.65%-
HSV(B)266.49º48.12%62.75%-
XYZ16.7712.5134.79-
YUV101.94160.76138.74-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.5%
GREEN value IS 83 (32.81% from 255) = 23.06%
BLUE value IS 160 (62.89% from 255) = 44.44%
R=32.5%
G=23.06%
B=44.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117831600.270.4800.37266.4931.6947.65
Hex7553A01B3002510a2030
Octal16512324033600454124060
Binary1110101101001110100000110111100000100101100001010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7553A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7553A0; }

 p { color: rgb(117,83,160); }

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

<style>
 a { background-color: #7553A0; }

 a { background-color: rgb(117,83,160); }

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

<style>
 span { border-color: #7553A0; }

 span { border-color: rgb(117,83,160); }

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