Html Css Color HEX #76159E Vivid Violet

📋 copy color: '#76159E'

red 118 ◦ green 21 ◦ blue 158

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

Shades of Vivid Violet #76159E

Tints of Vivid Violet #76159E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 39.73%
G = 7.07%
B = 53.2%

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

#76159E (or 0x76159E) is known color: Vivid Violet. HEX triplet: 76, 15 and 9E. RGB value is (118,21,158). Sum of RGB (Red+Green+Blue) = 118+21+158=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 21 (8.59% from 255 or 7.07% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #76159E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76159E is #89EA61. Grayscale: #414141. Windows color (decimal): -9038434 or 10360182. OLE color: 10360182.

HSL color Cylindrical-coordinate representation of color #76159E: hue angle of 282.48º 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 #76159E is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 21 158 -
CMYK 0.25 0.87 0 0.38
HSL 282.48º 0.77% 0.35% -
HSV(B) 282.48º 0.87% 0.62% -
XYZ 13.91 6.86 32.94 -
YUV 65.62 180.14 165.36 -
System Red Green Blue C M Y K H S L
Decimal 118 21 158 0.25 0.87 0 0.38 282.48 0.77 0.35
Hex 76 15 9E 19 57 0 26 11A 4D 23
Octal 166 25 236 31 127 0 46 432 115 43
Binary 1110110 10101 10011110 11001 1010111 0 100110 100011010 1001101 100011

Color Harmonies of #76159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76159E

Black with #76159E

Text Example


Text Example

White with #76159E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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