#7553AB

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

Shades of Studio #7553AB

Tints of Studio #7553AB

Color information

#7553AB (or 0x7553AB) is unknown color: approx Studio. HEX triplet: 75, 53 and AB. RGB value is (117,83,171). Sum of RGB (Red+Green+Blue) = 117+83+171=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #7553AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7553AB is #8AAC54. Grayscale: #666666. Windows color (decimal): -9088085 or 11228021. OLE color: 11228021.

HSL color Cylindrical-coordinate representation of color #7553AB: hue angle of 263.18º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7553AB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11783171-
CMYK0.320.5100.33
HSL263.18º34.65%49.8%-
HSV(B)263.18º51.46%67.06%-
XYZ17.7812.9140.08-
YUV103.2166.26137.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 83 (32.81% from 255) = 22.37%
BLUE value IS 171 (67.19% from 255) = 46.09%
R=31.54%
G=22.37%
B=46.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117831710.320.5100.33263.1834.6549.8
Hex7553AB20330211072332
Octal16512325340630414074362
Binary11101011010011101010111000001100110100001100000111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7553AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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