#75479C

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

Shades of Studio #75479C

Tints of Studio #75479C

Color information

#75479C (or 0x75479C) is unknown color: approx Studio. HEX triplet: 75, 47 and 9C. RGB value is (117,71,156). Sum of RGB (Red+Green+Blue) = 117+71+156=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #75479C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75479C is #8AB863. Grayscale: #5E5E5E. Windows color (decimal): -9091172 or 10241909. OLE color: 10241909.

HSL color Cylindrical-coordinate representation of color #75479C: hue angle of 272.47º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75479C is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11771156-
CMYK0.250.5400.39
HSL272.47º37.44%44.51%-
HSV(B)272.47º54.49%61.18%-
XYZ15.5910.6932.69-
YUV94.44162.74144.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 156 (61.33% from 255) = 45.35%
R=34.01%
G=20.64%
B=45.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117711560.250.5400.39272.4737.4444.51
Hex75479C1936027110252d
Octal16510723431660474204555
Binary1110101100011110011100110011101100100111100010000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75479C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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