#755499

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

Shades of Studio #755499

Tints of Studio #755499

Color information

#755499 (or 0x755499) is unknown color: approx Studio. HEX triplet: 75, 54 and 99. RGB value is (117,84,153). Sum of RGB (Red+Green+Blue) = 117+84+153=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 84 (33.20% from 255 or 23.73% from 354); Blue value is 153 (60.16% from 255 or 43.22% from 354); Max value from RGB is 153 - color contains mainly: blue. Hex color #755499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755499 is #8AAB66. Grayscale: #656565. Windows color (decimal): -9087847 or 10048629. OLE color: 10048629.

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

Color convert

RGB11784153-
CMYK0.240.4500.4
HSL268.7º29.11%46.47%-
HSV(B)268.7º45.1%60%-
XYZ16.2612.4231.68-
YUV101.73156.93138.89-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 84 (33.20% from 255) = 23.73%
BLUE value IS 153 (60.16% from 255) = 43.22%
R=33.05%
G=23.73%
B=43.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117841530.240.4500.4268.729.1146.47
Hex755499182D02810d1d2e
Octal16512423130550504153556
Binary111010110101001001100111000101101010100010000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755499; }

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

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

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

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

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

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

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

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