#7454AA

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

Shades of Studio #7454AA

Tints of Studio #7454AA

Color information

#7454AA (or 0x7454AA) is unknown color: approx Studio. HEX triplet: 74, 54 and AA. RGB value is (116,84,170). Sum of RGB (Red+Green+Blue) = 116+84+170=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #7454AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7454AA is #8BAB55. Grayscale: #676767. Windows color (decimal): -9153366 or 11162740. OLE color: 11162740.

HSL color Cylindrical-coordinate representation of color #7454AA: hue angle of 262.33º degrees, saturation: 0.34, 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 #7454AA is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11684170-
CMYK0.320.5100.33
HSL262.33º33.86%49.8%-
HSV(B)262.33º50.59%66.67%-
XYZ17.6312.9639.6-
YUV103.37165.6137.01-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.35%
GREEN value IS 84 (33.20% from 255) = 22.70%
BLUE value IS 170 (66.80% from 255) = 45.95%
R=31.35%
G=22.70%
B=45.95%

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
Decimal116841700.320.5100.33262.3333.8649.8
Hex7454AA20330211062232
Octal16412425240630414064262
Binary11101001010100101010101000001100110100001100000110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7454AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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