#76459F

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

Shades of Studio #76459F

Tints of Studio #76459F

Color information

#76459F (or 0x76459F) is unknown color: approx Studio. HEX triplet: 76, 45 and 9F. RGB value is (118,69,159). Sum of RGB (Red+Green+Blue) = 118+69+159=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 69 (27.34% from 255 or 19.94% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #76459F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76459F is #89BA60. Grayscale: #5D5D5D. Windows color (decimal): -9026145 or 10438006. OLE color: 10438006.

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

Color convert

RGB11869159-
CMYK0.260.5700.38
HSL272.67º39.47%44.71%-
HSV(B)272.67º56.6%62.35%-
XYZ15.8610.6134.01-
YUV93.91164.73145.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.10%
GREEN value IS 69 (27.34% from 255) = 19.94%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=34.10%
G=19.94%
B=45.95%

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
Decimal118691590.260.5700.38272.6739.4744.71
Hex76459F1A39026111272d
Octal16610523732710464214755
Binary1110110100010110011111110101110010100110100010001100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76459F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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