Html Css Color HEX #76139F Vivid Violet

📋 copy color: '#76139F'

red 118 ◦ green 19 ◦ blue 159

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

Shades of Vivid Violet #76139F

Tints of Vivid Violet #76139F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

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

R = 39.86%
G = 6.42%
B = 53.72%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76139F (or 0x76139F) is known color: Vivid Violet. HEX triplet: 76, 13 and 9F. RGB value is (118,19,159). Sum of RGB (Red+Green+Blue) = 118+19+159=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 159 (62.5% from 255 or 53.72% from 296); Max value from RGB is 159 - color contains mainly: blue. Hex color #76139F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76139F is #89EC60. Grayscale: #404040. Windows color (decimal): -9038945 or 10425206. OLE color: 10425206.

HSL color Cylindrical-coordinate representation of color #76139F: hue angle of 282.43º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76139F is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 19 159 -
CMYK 0.26 0.88 0 0.38
HSL 282.43º 0.79% 0.35% -
HSV(B) 282.43º 0.88% 0.62% -
XYZ 13.96 6.82 33.38 -
YUV 64.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 118 19 159 0.26 0.88 0 0.38 282.43 0.79 0.35
Hex 76 13 9F 1A 58 0 26 11A 4F 23
Octal 166 23 237 32 130 0 46 432 117 43
Binary 1110110 10011 10011111 11010 1011000 0 100110 100011010 1001111 100011

Color Harmonies of #76139F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76139F

Black with #76139F

Text Example


Text Example

White with #76139F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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