#76429E

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

Shades of Studio #76429E

Tints of Studio #76429E

Color information

#76429E (or 0x76429E) is unknown color: approx Studio. HEX triplet: 76, 42 and 9E. RGB value is (118,66,158). Sum of RGB (Red+Green+Blue) = 118+66+158=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 158 (62.11% from 255 or 46.20% from 342); Max value from RGB is 158 - color contains mainly: blue. Hex color #76429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76429E is #89BD61. Grayscale: #5B5B5B. Windows color (decimal): -9026914 or 10371702. OLE color: 10371702.

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

Color convert

RGB11866158-
CMYK0.250.5800.38
HSL273.91º41.07%43.92%-
HSV(B)273.91º58.23%61.96%-
XYZ15.5910.2233.5-
YUV92.04165.23146.52-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.50%
GREEN value IS 66 (26.17% from 255) = 19.30%
BLUE value IS 158 (62.11% from 255) = 46.20%
R=34.50%
G=19.30%
B=46.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal118661580.250.5800.38273.9141.0743.92
Hex76429E193A026112292c
Octal16610223631720464225154
Binary1110110100001010011110110011110100100110100010010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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