#76449F

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

Shades of Studio #76449F

Tints of Studio #76449F

Color information

#76449F (or 0x76449F) is unknown color: approx Studio. HEX triplet: 76, 44 and 9F. RGB value is (118,68,159). Sum of RGB (Red+Green+Blue) = 118+68+159=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 159 (62.5% from 255 or 46.09% from 345); Max value from RGB is 159 - color contains mainly: blue. Hex color #76449F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76449F is #89BB60. Grayscale: #5D5D5D. Windows color (decimal): -9026401 or 10437750. OLE color: 10437750.

HSL color Cylindrical-coordinate representation of color #76449F: hue angle of 272.97º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76449F is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11868159-
CMYK0.260.5700.38
HSL272.97º40.09%44.51%-
HSV(B)272.97º57.23%62.35%-
XYZ15.810.4933.99-
YUV93.32165.06145.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 159 (62.5% from 255) = 46.09%
R=34.20%
G=19.71%
B=46.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118681590.260.5700.38272.9740.0944.51
Hex76449F1A39026111282d
Octal16610423732710464215055
Binary1110110100010010011111110101110010100110100010001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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