#76489F

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

Shades of Studio #76489F

Tints of Studio #76489F

Color information

#76489F (or 0x76489F) is unknown color: approx Studio. HEX triplet: 76, 48 and 9F. RGB value is (118,72,159). Sum of RGB (Red+Green+Blue) = 118+72+159=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #76489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76489F is #89B760. Grayscale: #5F5F5F. Windows color (decimal): -9025377 or 10438774. OLE color: 10438774.

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

Color convert

RGB11872159-
CMYK0.260.5500.38
HSL271.72º37.66%45.29%-
HSV(B)271.72º54.72%62.35%-
XYZ16.0510.9934.08-
YUV95.67163.74143.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.81%
GREEN value IS 72 (28.52% from 255) = 20.63%
BLUE value IS 159 (62.5% from 255) = 45.56%
R=33.81%
G=20.63%
B=45.56%

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
Decimal118721590.260.5500.38271.7237.6645.29
Hex76489F1A37026110262d
Octal16611023732670464204655
Binary1110110100100010011111110101101110100110100010000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76489F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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