#75489F

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

Shades of Studio #75489F

Tints of Studio #75489F

Color information

#75489F (or 0x75489F) is unknown color: approx Studio. HEX triplet: 75, 48 and 9F. RGB value is (117,72,159). Sum of RGB (Red+Green+Blue) = 117+72+159=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #75489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75489F is #8AB760. Grayscale: #5F5F5F. Windows color (decimal): -9090913 or 10438773. OLE color: 10438773.

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

Color convert

RGB11772159-
CMYK0.260.5500.38
HSL271.03º37.66%45.29%-
HSV(B)271.03º54.72%62.35%-
XYZ15.9110.9234.07-
YUV95.37163.91143.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 72 (28.52% from 255) = 20.69%
BLUE value IS 159 (62.5% from 255) = 45.69%
R=33.62%
G=20.69%
B=45.69%

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
Decimal117721590.260.5500.38271.0337.6645.29
Hex75489F1A3702610f262d
Octal16511023732670464174655
Binary1110101100100010011111110101101110100110100001111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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