#755493

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

Shades of Studio #755493

Tints of Studio #755493

Color information

#755493 (or 0x755493) is unknown color: approx Studio. HEX triplet: 75, 54 and 93. RGB value is (117,84,147). Sum of RGB (Red+Green+Blue) = 117+84+147=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 147 (57.81% from 255 or 42.24% from 348); Max value from RGB is 147 - color contains mainly: blue. Hex color #755493 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755493 is #8AAB6C. Grayscale: #646464. Windows color (decimal): -9087853 or 9655413. OLE color: 9655413.

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

Color convert

RGB11784147-
CMYK0.200.4300.42
HSL271.43º27.27%45.29%-
HSV(B)271.43º42.86%57.65%-
XYZ15.7712.2329.13-
YUV101.05153.93139.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 84 (33.20% from 255) = 24.14%
BLUE value IS 147 (57.81% from 255) = 42.24%
R=33.62%
G=24.14%
B=42.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117841470.200.4300.42271.4327.2745.29
Hex755493142B02A10f1b2d
Octal16512422324530524173355
Binary111010110101001001001110100101011010101010000111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755493; }

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

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

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

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

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

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

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

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