Html Css Color HEX #76469E Studio

📋 copy color: '#76469E'

red 118 ◦ green 70 ◦ blue 158

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

Shades of Studio #76469E

Tints of Studio #76469E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.23%

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

R = 34.1%
G = 20.23%
B = 45.66%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76469E (or 0x76469E) is known color: Studio. HEX triplet: 76, 46 and 9E. RGB value is (118,70,158). Sum of RGB (Red+Green+Blue) = 118+70+158=346 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.10% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #76469E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #76469E is #89B961. Grayscale: #5E5E5E. Windows color (decimal): -9025890 or 10372726. OLE color: 10372726.

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

Color convert

RGB 118 70 158 -
CMYK 0.25 0.56 0 0.38
HSL 272.73º 0.39% 0.45% -
HSV(B) 272.73º 0.56% 0.62% -
XYZ 15.83 10.7 33.58 -
YUV 94.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 118 70 158 0.25 0.56 0 0.38 272.73 0.39 0.45
Hex 76 46 9E 19 38 0 26 111 27 2D
Octal 166 106 236 31 70 0 46 421 47 55
Binary 1110110 1000110 10011110 11001 111000 0 100110 100010001 100111 101101

Color Harmonies of #76469E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76469E

Black with #76469E

Text Example


Text Example

White with #76469E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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