#754F93

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

Shades of Studio #754F93

Tints of Studio #754F93

Color information

#754F93 (or 0x754F93) is unknown color: approx Studio. HEX triplet: 75, 4F and 93. RGB value is (117,79,147). Sum of RGB (Red+Green+Blue) = 117+79+147=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 79 (31.25% from 255 or 23.03% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #754F93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #754F93 is #8AB06C. Grayscale: #616161. Windows color (decimal): -9089133 or 9654133. OLE color: 9654133.

HSL color Cylindrical-coordinate representation of color #754F93: hue angle of 273.53º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #754F93 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11779147-
CMYK0.200.4600.42
HSL273.53º30.09%44.31%-
HSV(B)273.53º46.26%57.65%-
XYZ15.411.4829.01-
YUV98.11155.59141.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 79 (31.25% from 255) = 23.03%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=34.11%
G=23.03%
B=42.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117791470.200.4600.42273.5330.0944.31
Hex754F93142E02A1121e2c
Octal16511722324560524223654
Binary111010110011111001001110100101110010101010001001011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,79,147); }

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

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

 a { background-color: rgb(117,79,147); }

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

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

 span { border-color: rgb(117,79,147); }

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