#7457AA

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

Shades of Studio #7457AA

Tints of Studio #7457AA

Color information

#7457AA (or 0x7457AA) is unknown color: approx Studio. HEX triplet: 74, 57 and AA. RGB value is (116,87,170). Sum of RGB (Red+Green+Blue) = 116+87+170=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #7457AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7457AA is #8BA855. Grayscale: #686868. Windows color (decimal): -9152598 or 11163508. OLE color: 11163508.

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

Color convert

RGB11687170-
CMYK0.320.4900.33
HSL260.96º32.81%50.39%-
HSV(B)260.96º48.82%66.67%-
XYZ17.8713.4339.68-
YUV105.13164.61135.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.10%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 170 (66.80% from 255) = 45.58%
R=31.10%
G=23.32%
B=45.58%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116871700.320.4900.33260.9632.8150.39
Hex7457AA20310211052132
Octal16412725240610414054162
Binary11101001010111101010101000001100010100001100000101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7457AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7457AA; }

 p { color: rgb(116,87,170); }

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

<style>
 a { background-color: #7457AA; }

 a { background-color: rgb(116,87,170); }

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

<style>
 span { border-color: #7457AA; }

 span { border-color: rgb(116,87,170); }

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