#754499

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

Shades of Studio #754499

Tints of Studio #754499

Color information

#754499 (or 0x754499) is unknown color: approx Studio. HEX triplet: 75, 44 and 99. RGB value is (117,68,153). Sum of RGB (Red+Green+Blue) = 117+68+153=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #754499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754499 is #8ABB66. Grayscale: #5C5C5C. Windows color (decimal): -9091943 or 10044533. OLE color: 10044533.

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

Color convert

RGB11768153-
CMYK0.240.5600.4
HSL274.59º38.46%43.33%-
HSV(B)274.59º55.56%60%-
XYZ15.1510.2231.31-
YUV92.34162.23145.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 153 (60.16% from 255) = 45.27%
R=34.62%
G=20.12%
B=45.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117681530.240.5600.4274.5938.4643.33
Hex7544991838028113262b
Octal16510423130700504234653
Binary1110101100010010011001110001110000101000100010011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754499; }

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

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

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

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

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

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

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

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