Html Css Color HEX #76519F Studio

📋 copy color: '#76519F'

red 118 ◦ green 81 ◦ blue 159

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

Shades of Studio #76519F

Tints of Studio #76519F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 32.96%
G = 22.63%
B = 44.41%

CMYK

 C value IS 0.26

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76519F (or 0x76519F) is known color: Studio. HEX triplet: 76, 51 and 9F. RGB value is (118,81,159). Sum of RGB (Red+Green+Blue) = 118+81+159=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #76519F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76519F is #89AE60. Grayscale: #646464. Windows color (decimal): -9023073 or 10441078. OLE color: 10441078.

HSL color Cylindrical-coordinate representation of color #76519F: hue angle of 268.46º 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 #76519F is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 81 159 -
CMYK 0.26 0.49 0 0.38
HSL 268.46º 0.33% 0.47% -
HSV(B) 268.46º 0.49% 0.62% -
XYZ 16.67 12.24 34.28 -
YUV 100.96 160.76 140.16 -
System Red Green Blue C M Y K H S L
Decimal 118 81 159 0.26 0.49 0 0.38 268.46 0.33 0.47
Hex 76 51 9F 1A 31 0 26 10C 20 2F
Octal 166 121 237 32 61 0 46 414 40 57
Binary 1110110 1010001 10011111 11010 110001 0 100110 100001100 100000 101111

Color Harmonies of #76519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76519F

Black with #76519F

Text Example


Text Example

White with #76519F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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