#75479E

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

Shades of Studio #75479E

Tints of Studio #75479E

Color information

#75479E (or 0x75479E) is unknown color: approx Studio. HEX triplet: 75, 47 and 9E. RGB value is (117,71,158). Sum of RGB (Red+Green+Blue) = 117+71+158=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 71 (28.12% from 255 or 20.52% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #75479E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75479E is #8AB861. Grayscale: #5E5E5E. Windows color (decimal): -9091170 or 10372981. OLE color: 10372981.

HSL color Cylindrical-coordinate representation of color #75479E: hue angle of 271.72º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75479E is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11771158-
CMYK0.260.5500.38
HSL271.72º37.99%44.9%-
HSV(B)271.72º55.06%61.96%-
XYZ15.7610.7633.59-
YUV94.67163.74143.93-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 71 (28.12% from 255) = 20.52%
BLUE value IS 158 (62.11% from 255) = 45.66%
R=33.82%
G=20.52%
B=45.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117711580.260.5500.38271.7237.9944.9
Hex75479E1A37026110262d
Octal16510723632670464204655
Binary1110101100011110011110110101101110100110100010000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75479E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75479E; }

 p { color: rgb(117,71,158); }

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

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

 a { background-color: rgb(117,71,158); }

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

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

 span { border-color: rgb(117,71,158); }

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