Html Css Color HEX #76519B Studio

📋 copy color: '#76519B'

red 118 ◦ green 81 ◦ blue 155

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

Shades of Studio #76519B

Tints of Studio #76519B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.79%

R = 33.33%
G = 22.88%
B = 43.79%

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

#76519B (or 0x76519B) is known color: Studio. HEX triplet: 76, 51 and 9B. RGB value is (118,81,155). Sum of RGB (Red+Green+Blue) = 118+81+155=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #76519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76519B is #89AE64. Grayscale: #646464. Windows color (decimal): -9023077 or 10178934. OLE color: 10178934.

HSL color Cylindrical-coordinate representation of color #76519B: hue angle of 270º degrees, saturation: 0.31, 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 #76519B is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 81 155 -
CMYK 0.24 0.48 0 0.39
HSL 270º 0.31% 0.46% -
HSV(B) 270º 0.48% 0.61% -
XYZ 16.33 12.1 32.49 -
YUV 100.5 158.76 140.48 -
System Red Green Blue C M Y K H S L
Decimal 118 81 155 0.24 0.48 0 0.39 270 0.31 0.46
Hex 76 51 9B 18 30 0 27 10E 1F 2E
Octal 166 121 233 30 60 0 47 416 37 56
Binary 1110110 1010001 10011011 11000 110000 0 100111 100001110 11111 101110

Color Harmonies of #76519B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76519B

Black with #76519B

Text Example


Text Example

White with #76519B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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