Html Css Color HEX #76159A Vivid Violet

📋 copy color: '#76159A'

red 118 ◦ green 21 ◦ blue 154

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

Shades of Vivid Violet #76159A

Tints of Vivid Violet #76159A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.17%

 BLUE value IS 154 (60.55% from 255) = 52.56%

R = 40.27%
G = 7.17%
B = 52.56%

CMYK

 C value IS 0.23

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76159A (or 0x76159A) is known color: Vivid Violet. HEX triplet: 76, 15 and 9A. RGB value is (118,21,154). Sum of RGB (Red+Green+Blue) = 118+21+154=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 154 (60.55% from 255 or 52.56% from 293); Max value from RGB is 154 - color contains mainly: blue. Hex color #76159A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76159A is #89EA65. Grayscale: #404040. Windows color (decimal): -9038438 or 10098038. OLE color: 10098038.

HSL color Cylindrical-coordinate representation of color #76159A: hue angle of 283.76º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76159A is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 21 154 -
CMYK 0.23 0.86 0 0.40
HSL 283.76º 0.76% 0.34% -
HSV(B) 283.76º 0.86% 0.6% -
XYZ 13.57 6.72 31.15 -
YUV 65.17 178.14 165.69 -
System Red Green Blue C M Y K H S L
Decimal 118 21 154 0.23 0.86 0 0.40 283.76 0.76 0.34
Hex 76 15 9A 17 56 0 28 11C 4C 22
Octal 166 25 232 27 126 0 50 434 114 42
Binary 1110110 10101 10011010 10111 1010110 0 101000 100011100 1001100 100010

Color Harmonies of #76159A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76159A

Black with #76159A

Text Example


Text Example

White with #76159A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76159A; }

 p { color: rgb(118,21,154); }

 H1.HeaderClassName
 {
   color: #76159A;
 }
 .AnyTagClassName
 {
   color: #76159A;
 }
</style>

background-color css

<style>
 a { background-color: #76159A; }

 a { background-color: rgb(118,21,154); }

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

border-color css

<style>
 span { border-color: #76159A; }

 span { border-color: rgb(118,21,154); }

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