Html Css Color HEX #76409E Studio

📋 copy color: '#76409E'

red 118 ◦ green 64 ◦ blue 158

#76409E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #76409E

Tints of Studio #76409E

RGB

 RED value IS 118 (46.48% from 255) = 34.71%

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 158 (62.11% from 255) = 46.47%

R = 34.71%
G = 18.82%
B = 46.47%

CMYK

 C value IS 0.25

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76409E (or 0x76409E) is known color: Studio. HEX triplet: 76, 40 and 9E. RGB value is (118,64,158). Sum of RGB (Red+Green+Blue) = 118+64+158=340 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.71% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 158 (62.11% from 255 or 46.47% from 340); Max value from RGB is 158 - color contains mainly: blue. Hex color #76409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76409E is #89BF61. Grayscale: #5A5A5A. Windows color (decimal): -9027426 or 10371190. OLE color: 10371190.

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

Color convert

RGB 118 64 158 -
CMYK 0.25 0.59 0 0.38
HSL 274.47º 0.42% 0.44% -
HSV(B) 274.47º 0.59% 0.62% -
XYZ 15.48 9.99 33.46 -
YUV 90.86 165.89 147.36 -
System Red Green Blue C M Y K H S L
Decimal 118 64 158 0.25 0.59 0 0.38 274.47 0.42 0.44
Hex 76 40 9E 19 3B 0 26 112 2A 2C
Octal 166 100 236 31 73 0 46 422 52 54
Binary 1110110 1000000 10011110 11001 111011 0 100110 100010010 101010 101100

Color Harmonies of #76409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76409E

Black with #76409E

Text Example


Text Example

White with #76409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #76409E;
 }
 .AnyTagClassName
 {
   color: #76409E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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