#755594

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

Shades of Studio #755594

Tints of Studio #755594

Color information

#755594 (or 0x755594) is unknown color: approx Studio. HEX triplet: 75, 55 and 94. RGB value is (117,85,148). Sum of RGB (Red+Green+Blue) = 117+85+148=350 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.43% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #755594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755594 is #8AAA6B. Grayscale: #656565. Windows color (decimal): -9087596 or 9721205. OLE color: 9721205.

HSL color Cylindrical-coordinate representation of color #755594: hue angle of 270.48º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #755594 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11785148-
CMYK0.210.4300.42
HSL270.48º27.04%45.69%-
HSV(B)270.48º42.57%58.04%-
XYZ15.9312.4229.57-
YUV101.75154.1138.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.43%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=33.43%
G=24.29%
B=42.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117851480.210.4300.42270.4827.0445.69
Hex755594152B02A10e1b2e
Octal16512522425530524163356
Binary111010110101011001010010101101011010101010000111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755594; }

 p { color: rgb(117,85,148); }

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

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

 a { background-color: rgb(117,85,148); }

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

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

 span { border-color: rgb(117,85,148); }

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