Html Css Color HEX #76198C Vivid Violet

📋 copy color: '#76198C'

red 118 ◦ green 25 ◦ blue 140

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

Shades of Vivid Violet #76198C

Tints of Vivid Violet #76198C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.83%

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 41.7%
G = 8.83%
B = 49.47%

CMYK

 C value IS 0.16

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#76198C (or 0x76198C) is known color: Vivid Violet. HEX triplet: 76, 19 and 8C. RGB value is (118,25,140). Sum of RGB (Red+Green+Blue) = 118+25+140=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 25 (10.16% from 255 or 8.83% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #76198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76198C is #89E673. Grayscale: #414141. Windows color (decimal): -9037428 or 9181558. OLE color: 9181558.

HSL color Cylindrical-coordinate representation of color #76198C: hue angle of 288.52º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76198C is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 118 25 140 -
CMYK 0.16 0.82 0 0.45
HSL 288.52º 0.7% 0.32% -
HSV(B) 288.52º 0.82% 0.55% -
XYZ 12.55 6.44 25.39 -
YUV 65.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 118 25 140 0.16 0.82 0 0.45 288.52 0.7 0.32
Hex 76 19 8C 10 52 0 2D 121 46 20
Octal 166 31 214 20 122 0 55 441 106 40
Binary 1110110 11001 10001100 10000 1010010 0 101101 100100001 1000110 100000

Color Harmonies of #76198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76198C

Black with #76198C

Text Example


Text Example

White with #76198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76198C; }

 p { color: rgb(118,25,140); }

 H1.HeaderClassName
 {
   color: #76198C;
 }
 .AnyTagClassName
 {
   color: #76198C;
 }
</style>

background-color css

<style>
 a { background-color: #76198C; }

 a { background-color: rgb(118,25,140); }

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

border-color css

<style>
 span { border-color: #76198C; }

 span { border-color: rgb(118,25,140); }

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