Html Css Color HEX #76159B Vivid Violet

📋 copy color: '#76159B'

red 118 ◦ green 21 ◦ blue 155

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

Shades of Vivid Violet #76159B

Tints of Vivid Violet #76159B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.72%

R = 40.14%
G = 7.14%
B = 52.72%

CMYK

 C value IS 0.24

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#76159B (or 0x76159B) is known color: Vivid Violet. HEX triplet: 76, 15 and 9B. RGB value is (118,21,155). Sum of RGB (Red+Green+Blue) = 118+21+155=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 155 (60.94% from 255 or 52.72% from 294); Max value from RGB is 155 - color contains mainly: blue. Hex color #76159B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76159B is #89EA64. Grayscale: #404040. Windows color (decimal): -9038437 or 10163574. OLE color: 10163574.

HSL color Cylindrical-coordinate representation of color #76159B: hue angle of 283.43º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #76159B is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 118 21 155 -
CMYK 0.24 0.86 0 0.39
HSL 283.43º 0.76% 0.35% -
HSV(B) 283.43º 0.86% 0.61% -
XYZ 13.66 6.75 31.59 -
YUV 65.28 178.64 165.6 -
System Red Green Blue C M Y K H S L
Decimal 118 21 155 0.24 0.86 0 0.39 283.43 0.76 0.35
Hex 76 15 9B 18 56 0 27 11B 4C 23
Octal 166 25 233 30 126 0 47 433 114 43
Binary 1110110 10101 10011011 11000 1010110 0 100111 100011011 1001100 100011

Color Harmonies of #76159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76159B

Black with #76159B

Text Example


Text Example

White with #76159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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