#76429C

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

Shades of Studio #76429C

Tints of Studio #76429C

Color information

#76429C (or 0x76429C) is unknown color: approx Studio. HEX triplet: 76, 42 and 9C. RGB value is (118,66,156). Sum of RGB (Red+Green+Blue) = 118+66+156=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #76429C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76429C is #89BD63. Grayscale: #5B5B5B. Windows color (decimal): -9026916 or 10240630. OLE color: 10240630.

HSL color Cylindrical-coordinate representation of color #76429C: hue angle of 274.67º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76429C is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11866156-
CMYK0.240.5800.39
HSL274.67º40.54%43.53%-
HSV(B)274.67º57.69%61.18%-
XYZ15.4210.1532.6-
YUV91.81164.23146.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.71%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 156 (61.33% from 255) = 45.88%
R=34.71%
G=19.41%
B=45.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal118661560.240.5800.39274.6740.5443.53
Hex76429C183A027113292c
Octal16610223430720474235154
Binary1110110100001010011100110001110100100111100010011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76429C; }

 p { color: rgb(118,66,156); }

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

<style>
 a { background-color: #76429C; }

 a { background-color: rgb(118,66,156); }

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

<style>
 span { border-color: #76429C; }

 span { border-color: rgb(118,66,156); }

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