#754599

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

Shades of Studio #754599

Tints of Studio #754599

Color information

#754599 (or 0x754599) is unknown color: approx Studio. HEX triplet: 75, 45 and 99. RGB value is (117,69,153). Sum of RGB (Red+Green+Blue) = 117+69+153=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 69 (27.34% from 255 or 20.35% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #754599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754599 is #8ABA66. Grayscale: #5C5C5C. Windows color (decimal): -9091687 or 10044789. OLE color: 10044789.

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

Color convert

RGB11769153-
CMYK0.240.5500.4
HSL274.29º37.84%43.53%-
HSV(B)274.29º54.9%60%-
XYZ15.2110.3431.33-
YUV92.93161.9145.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 69 (27.34% from 255) = 20.35%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=34.51%
G=20.35%
B=45.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117691530.240.5500.4274.2937.8443.53
Hex7545991837028112262c
Octal16510523130670504224654
Binary1110101100010110011001110001101110101000100010010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754599; }

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

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

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

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

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

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

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

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