#754EAE

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

Shades of Studio #754EAE

Tints of Studio #754EAE

Color information

#754EAE (or 0x754EAE) is unknown color: approx Studio. HEX triplet: 75, 4E and AE. RGB value is (117,78,174). Sum of RGB (Red+Green+Blue) = 117+78+174=369 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.71% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #754EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754EAE is #8AB151. Grayscale: #646464. Windows color (decimal): -9089362 or 11423349. OLE color: 11423349.

HSL color Cylindrical-coordinate representation of color #754EAE: hue angle of 264.38º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #754EAE is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11778174-
CMYK0.330.5500.32
HSL264.38º38.1%49.41%-
HSV(B)264.38º55.17%68.24%-
XYZ17.712.2941.48-
YUV100.6169.42139.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.71%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=31.71%
G=21.14%
B=47.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal117781740.330.5500.32264.3838.149.41
Hex754EAE21370201082631
Octal16511625641670404104661
Binary11101011001110101011101000011101110100000100001000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754EAE; }

 p { color: rgb(117,78,174); }

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

<style>
 a { background-color: #754EAE; }

 a { background-color: rgb(117,78,174); }

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

<style>
 span { border-color: #754EAE; }

 span { border-color: rgb(117,78,174); }

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