Html Css Color HEX #76139D Vivid Violet

📋 copy color: '#76139D'

red 118 ◦ green 19 ◦ blue 157

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

Shades of Vivid Violet #76139D

Tints of Vivid Violet #76139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.46%

 BLUE value IS 157 (61.72% from 255) = 53.4%

R = 40.14%
G = 6.46%
B = 53.4%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76139D (or 0x76139D) is known color: Vivid Violet. HEX triplet: 76, 13 and 9D. RGB value is (118,19,157). Sum of RGB (Red+Green+Blue) = 118+19+157=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 157 (61.72% from 255 or 53.40% from 294); Max value from RGB is 157 - color contains mainly: blue. Hex color #76139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76139D is #89EC62. Grayscale: #3F3F3F. Windows color (decimal): -9038947 or 10294134. OLE color: 10294134.

HSL color Cylindrical-coordinate representation of color #76139D: hue angle of 283.04º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76139D is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 19 157 -
CMYK 0.25 0.88 0 0.38
HSL 283.04º 0.78% 0.35% -
HSV(B) 283.04º 0.88% 0.62% -
XYZ 13.79 6.75 32.47 -
YUV 64.33 180.3 166.28 -
System Red Green Blue C M Y K H S L
Decimal 118 19 157 0.25 0.88 0 0.38 283.04 0.78 0.35
Hex 76 13 9D 19 58 0 26 11B 4E 23
Octal 166 23 235 31 130 0 46 433 116 43
Binary 1110110 10011 10011101 11001 1011000 0 100110 100011011 1001110 100011

Color Harmonies of #76139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76139D

Black with #76139D

Text Example


Text Example

White with #76139D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76139D; }

 p { color: rgb(118,19,157); }

 H1.HeaderClassName
 {
   color: #76139D;
 }
 .AnyTagClassName
 {
   color: #76139D;
 }
</style>

background-color css

<style>
 a { background-color: #76139D; }

 a { background-color: rgb(118,19,157); }

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

border-color css

<style>
 span { border-color: #76139D; }

 span { border-color: rgb(118,19,157); }

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