Html Css Color HEX #76409D Studio

📋 copy color: '#76409D'

red 118 ◦ green 64 ◦ blue 157

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

Shades of Studio #76409D

Tints of Studio #76409D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 46.31%

R = 34.81%
G = 18.88%
B = 46.31%

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

#76409D (or 0x76409D) is known color: Studio. HEX triplet: 76, 40 and 9D. RGB value is (118,64,157). Sum of RGB (Red+Green+Blue) = 118+64+157=339 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.81% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #76409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76409D is #89BF62. Grayscale: #5A5A5A. Windows color (decimal): -9027427 or 10305654. OLE color: 10305654.

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

Color convert

RGB 118 64 157 -
CMYK 0.25 0.59 0 0.38
HSL 274.84º 0.42% 0.43% -
HSV(B) 274.84º 0.59% 0.62% -
XYZ 15.39 9.95 33.01 -
YUV 90.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 118 64 157 0.25 0.59 0 0.38 274.84 0.42 0.43
Hex 76 40 9D 19 3B 0 26 113 2A 2B
Octal 166 100 235 31 73 0 46 423 52 53
Binary 1110110 1000000 10011101 11001 111011 0 100110 100010011 101010 101011

Color Harmonies of #76409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76409D

Black with #76409D

Text Example


Text Example

White with #76409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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