#754799

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

Shades of Studio #754799

Tints of Studio #754799

Color information

#754799 (or 0x754799) is unknown color: approx Studio. HEX triplet: 75, 47 and 99. RGB value is (117,71,153). Sum of RGB (Red+Green+Blue) = 117+71+153=341 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.31% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #754799 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754799 is #8AB866. Grayscale: #5D5D5D. Windows color (decimal): -9091175 or 10045301. OLE color: 10045301.

HSL color Cylindrical-coordinate representation of color #754799: hue angle of 273.66º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #754799 is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11771153-
CMYK0.240.5400.4
HSL273.66º36.61%43.92%-
HSV(B)273.66º53.59%60%-
XYZ15.3410.5931.37-
YUV94.1161.24144.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.31%
GREEN value IS 71 (28.12% from 255) = 20.82%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=34.31%
G=20.82%
B=44.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117711530.240.5400.4273.6636.6143.92
Hex7547991836028112252c
Octal16510723130660504224554
Binary1110101100011110011001110001101100101000100010010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754799; }

 p { color: rgb(117,71,153); }

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

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

 a { background-color: rgb(117,71,153); }

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

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

 span { border-color: rgb(117,71,153); }

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