#75489B

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

Shades of Studio #75489B

Tints of Studio #75489B

Color information

#75489B (or 0x75489B) is unknown color: approx Studio. HEX triplet: 75, 48 and 9B. RGB value is (117,72,155). Sum of RGB (Red+Green+Blue) = 117+72+155=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #75489B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75489B is #8AB764. Grayscale: #5E5E5E. Windows color (decimal): -9090917 or 10176629. OLE color: 10176629.

HSL color Cylindrical-coordinate representation of color #75489B: hue angle of 272.53º 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 #75489B is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11772155-
CMYK0.250.5400.39
HSL272.53º36.56%44.51%-
HSV(B)272.53º53.55%60.78%-
XYZ15.5710.7832.27-
YUV94.92161.91143.75-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=34.01%
G=20.93%
B=45.06%

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
Decimal117721550.250.5400.39272.5336.5644.51
Hex75489B1936027111252d
Octal16511023331660474214555
Binary1110101100100010011011110011101100100111100010001100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75489B; }

 p { color: rgb(117,72,155); }

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

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

 a { background-color: rgb(117,72,155); }

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

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

 span { border-color: rgb(117,72,155); }

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