#7551AD

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

Shades of Studio #7551AD

Tints of Studio #7551AD

Color information

#7551AD (or 0x7551AD) is unknown color: approx Studio. HEX triplet: 75, 51 and AD. RGB value is (117,81,173). Sum of RGB (Red+Green+Blue) = 117+81+173=371 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.54% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #7551AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7551AD is #8AAE52. Grayscale: #656565. Windows color (decimal): -9088595 or 11358581. OLE color: 11358581.

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

Color convert

RGB11781173-
CMYK0.320.5300.32
HSL263.48º36.22%49.8%-
HSV(B)263.48º53.18%67.84%-
XYZ17.8212.6841.04-
YUV102.25167.93138.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.54%
GREEN value IS 81 (32.03% from 255) = 21.83%
BLUE value IS 173 (67.97% from 255) = 46.63%
R=31.54%
G=21.83%
B=46.63%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117811730.320.5300.32263.4836.2249.8
Hex7551AD20350201072432
Octal16512125540650404074462
Binary11101011010001101011011000001101010100000100000111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7551AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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