Html Css Color HEX #76519E Studio

📋 copy color: '#76519E'

red 118 ◦ green 81 ◦ blue 158

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

Shades of Studio #76519E

Tints of Studio #76519E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

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

R = 33.05%
G = 22.69%
B = 44.26%

CMYK

 C value IS 0.25

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76519E (or 0x76519E) is known color: Studio. HEX triplet: 76, 51 and 9E. RGB value is (118,81,158). Sum of RGB (Red+Green+Blue) = 118+81+158=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #76519E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76519E is #89AE61. Grayscale: #646464. Windows color (decimal): -9023074 or 10375542. OLE color: 10375542.

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

Color convert

RGB 118 81 158 -
CMYK 0.25 0.49 0 0.38
HSL 268.83º 0.32% 0.47% -
HSV(B) 268.83º 0.49% 0.62% -
XYZ 16.59 12.21 33.83 -
YUV 100.84 160.26 140.24 -
System Red Green Blue C M Y K H S L
Decimal 118 81 158 0.25 0.49 0 0.38 268.83 0.32 0.47
Hex 76 51 9E 19 31 0 26 10D 20 2F
Octal 166 121 236 31 61 0 46 415 40 57
Binary 1110110 1010001 10011110 11001 110001 0 100110 100001101 100000 101111

Color Harmonies of #76519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76519E

Black with #76519E

Text Example


Text Example

White with #76519E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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