#754EAA

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

Shades of Studio #754EAA

Tints of Studio #754EAA

Color information

#754EAA (or 0x754EAA) is unknown color: approx Studio. HEX triplet: 75, 4E and AA. RGB value is (117,78,170). Sum of RGB (Red+Green+Blue) = 117+78+170=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #754EAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754EAA is #8AB155. Grayscale: #636363. Windows color (decimal): -9089366 or 11161205. OLE color: 11161205.

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

Color convert

RGB11778170-
CMYK0.310.5400.33
HSL265.43º37.1%48.63%-
HSV(B)265.43º54.12%66.67%-
XYZ17.3212.1339.46-
YUV100.15167.42140.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=32.05%
G=21.37%
B=46.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117781700.310.5400.33265.4337.148.63
Hex754EAA1F360211092531
Octal16511625237660414114561
Binary1110101100111010101010111111101100100001100001001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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