Html Css Color HEX #76149D Vivid Violet

📋 copy color: '#76149D'

red 118 ◦ green 20 ◦ blue 157

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

Shades of Vivid Violet #76149D

Tints of Vivid Violet #76149D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.78%

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

R = 40%
G = 6.78%
B = 53.22%

CMYK

 C value IS 0.25

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76149D (or 0x76149D) is known color: Vivid Violet. HEX triplet: 76, 14 and 9D. RGB value is (118,20,157). Sum of RGB (Red+Green+Blue) = 118+20+157=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 157 (61.72% from 255 or 53.22% from 295); Max value from RGB is 157 - color contains mainly: blue. Hex color #76149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76149D is #89EB62. Grayscale: #404040. Windows color (decimal): -9038691 or 10294390. OLE color: 10294390.

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

Color convert

RGB 118 20 157 -
CMYK 0.25 0.87 0 0.38
HSL 282.92º 0.77% 0.35% -
HSV(B) 282.92º 0.87% 0.62% -
XYZ 13.81 6.79 32.48 -
YUV 64.92 179.97 165.86 -
System Red Green Blue C M Y K H S L
Decimal 118 20 157 0.25 0.87 0 0.38 282.92 0.77 0.35
Hex 76 14 9D 19 57 0 26 11B 4D 23
Octal 166 24 235 31 127 0 46 433 115 43
Binary 1110110 10100 10011101 11001 1010111 0 100110 100011011 1001101 100011

Color Harmonies of #76149D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76149D

Black with #76149D

Text Example


Text Example

White with #76149D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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