#75499D

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

Shades of Studio #75499D

Tints of Studio #75499D

Color information

#75499D (or 0x75499D) is unknown color: approx Studio. HEX triplet: 75, 49 and 9D. RGB value is (117,73,157). Sum of RGB (Red+Green+Blue) = 117+73+157=347 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.72% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #75499D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75499D is #8AB662. Grayscale: #5F5F5F. Windows color (decimal): -9090659 or 10307957. OLE color: 10307957.

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

Color convert

RGB11773157-
CMYK0.250.5400.38
HSL271.43º36.52%45.1%-
HSV(B)271.43º53.5%61.57%-
XYZ15.810.9833.18-
YUV95.73162.58143.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.72%
GREEN value IS 73 (28.91% from 255) = 21.04%
BLUE value IS 157 (61.72% from 255) = 45.24%
R=33.72%
G=21.04%
B=45.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117731570.250.5400.38271.4336.5245.1
Hex75499D193602610f252d
Octal16511123531660464174555
Binary1110101100100110011101110011101100100110100001111100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75499D; }

 p { color: rgb(117,73,157); }

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

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

 a { background-color: rgb(117,73,157); }

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

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

 span { border-color: rgb(117,73,157); }

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