Html Css Color HEX #76149F Vivid Violet

📋 copy color: '#76149F'

red 118 ◦ green 20 ◦ blue 159

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

Shades of Vivid Violet #76149F

Tints of Vivid Violet #76149F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 53.54%

R = 39.73%
G = 6.73%
B = 53.54%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76149F (or 0x76149F) is known color: Vivid Violet. HEX triplet: 76, 14 and 9F. RGB value is (118,20,159). Sum of RGB (Red+Green+Blue) = 118+20+159=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 159 (62.5% from 255 or 53.54% from 297); Max value from RGB is 159 - color contains mainly: blue. Hex color #76149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76149F is #89EB60. Grayscale: #404040. Windows color (decimal): -9038689 or 10425462. OLE color: 10425462.

HSL color Cylindrical-coordinate representation of color #76149F: hue angle of 282.3º degrees, saturation: 0.78, 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 #76149F is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 20 159 -
CMYK 0.26 0.87 0 0.38
HSL 282.3º 0.78% 0.35% -
HSV(B) 282.3º 0.87% 0.62% -
XYZ 13.98 6.86 33.39 -
YUV 65.15 180.97 165.7 -
System Red Green Blue C M Y K H S L
Decimal 118 20 159 0.26 0.87 0 0.38 282.3 0.78 0.35
Hex 76 14 9F 1A 57 0 26 11A 4E 23
Octal 166 24 237 32 127 0 46 432 116 43
Binary 1110110 10100 10011111 11010 1010111 0 100110 100011010 1001110 100011

Color Harmonies of #76149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76149F

Black with #76149F

Text Example


Text Example

White with #76149F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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