Html Css Color HEX #76519C Studio

📋 copy color: '#76519C'

red 118 ◦ green 81 ◦ blue 156

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

Shades of Studio #76519C

Tints of Studio #76519C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 43.94%

R = 33.24%
G = 22.82%
B = 43.94%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76519C (or 0x76519C) is known color: Studio. HEX triplet: 76, 51 and 9C. RGB value is (118,81,156). Sum of RGB (Red+Green+Blue) = 118+81+156=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #76519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76519C is #89AE63. Grayscale: #646464. Windows color (decimal): -9023076 or 10244470. OLE color: 10244470.

HSL color Cylindrical-coordinate representation of color #76519C: hue angle of 269.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #76519C is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 81 156 -
CMYK 0.24 0.48 0 0.39
HSL 269.6º 0.32% 0.46% -
HSV(B) 269.6º 0.48% 0.61% -
XYZ 16.41 12.14 32.93 -
YUV 100.61 159.26 140.4 -
System Red Green Blue C M Y K H S L
Decimal 118 81 156 0.24 0.48 0 0.39 269.6 0.32 0.46
Hex 76 51 9C 18 30 0 27 10E 20 2E
Octal 166 121 234 30 60 0 47 416 40 56
Binary 1110110 1010001 10011100 11000 110000 0 100111 100001110 100000 101110

Color Harmonies of #76519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76519C

Black with #76519C

Text Example


Text Example

White with #76519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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