#7551AF

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

Shades of Studio #7551AF

Tints of Studio #7551AF

Color information

#7551AF (or 0x7551AF) is unknown color: approx Studio. HEX triplet: 75, 51 and AF. RGB value is (117,81,175). Sum of RGB (Red+Green+Blue) = 117+81+175=373 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.37% from 373); Green value is 81 (32.03% from 255 or 21.72% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #7551AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7551AF is #8AAE50. Grayscale: #666666. Windows color (decimal): -9088593 or 11489653. OLE color: 11489653.

HSL color Cylindrical-coordinate representation of color #7551AF: hue angle of 262.98º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7551AF is Cyan = 0.33, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11781175-
CMYK0.330.5400.31
HSL262.98º37.01%50.2%-
HSV(B)262.98º53.71%68.63%-
XYZ18.0212.7642.07-
YUV102.48168.93138.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.37%
GREEN value IS 81 (32.03% from 255) = 21.72%
BLUE value IS 175 (68.75% from 255) = 46.92%
R=31.37%
G=21.72%
B=46.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117811750.330.5400.31262.9837.0150.2
Hex7551AF213601F1072532
Octal16512125741660374074562
Binary1110101101000110101111100001110110011111100000111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7551AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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