Html Css Color HEX #76169A Vivid Violet

📋 copy color: '#76169A'

red 118 ◦ green 22 ◦ blue 154

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

Shades of Vivid Violet #76169A

Tints of Vivid Violet #76169A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

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

R = 40.14%
G = 7.48%
B = 52.38%

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

#76169A (or 0x76169A) is known color: Vivid Violet. HEX triplet: 76, 16 and 9A. RGB value is (118,22,154). Sum of RGB (Red+Green+Blue) = 118+22+154=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 154 (60.55% from 255 or 52.38% from 294); Max value from RGB is 154 - color contains mainly: blue. Hex color #76169A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76169A is #89E965. Grayscale: #414141. Windows color (decimal): -9038182 or 10098294. OLE color: 10098294.

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

Color convert

RGB 118 22 154 -
CMYK 0.23 0.86 0 0.40
HSL 283.64º 0.75% 0.35% -
HSV(B) 283.64º 0.86% 0.6% -
XYZ 13.59 6.76 31.16 -
YUV 65.75 177.8 165.27 -
System Red Green Blue C M Y K H S L
Decimal 118 22 154 0.23 0.86 0 0.40 283.64 0.75 0.35
Hex 76 16 9A 17 56 0 28 11C 4B 23
Octal 166 26 232 27 126 0 50 434 113 43
Binary 1110110 10110 10011010 10111 1010110 0 101000 100011100 1001011 100011

Color Harmonies of #76169A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76169A

Black with #76169A

Text Example


Text Example

White with #76169A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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