#75489D

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

Shades of Studio #75489D

Tints of Studio #75489D

Color information

#75489D (or 0x75489D) is unknown color: approx Studio. HEX triplet: 75, 48 and 9D. RGB value is (117,72,157). Sum of RGB (Red+Green+Blue) = 117+72+157=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 72 (28.52% from 255 or 20.81% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #75489D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75489D is #8AB762. Grayscale: #5E5E5E. Windows color (decimal): -9090915 or 10307701. OLE color: 10307701.

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

Color convert

RGB11772157-
CMYK0.250.5400.38
HSL271.76º37.12%44.9%-
HSV(B)271.76º54.14%61.57%-
XYZ15.7410.8533.16-
YUV95.14162.91143.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 72 (28.52% from 255) = 20.81%
BLUE value IS 157 (61.72% from 255) = 45.38%
R=33.82%
G=20.81%
B=45.38%

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
Decimal117721570.250.5400.38271.7637.1244.9
Hex75489D1936026110252d
Octal16511023531660464204555
Binary1110101100100010011101110011101100100110100010000100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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