Html Css Color HEX #76198D Vivid Violet

📋 copy color: '#76198D'

red 118 ◦ green 25 ◦ blue 141

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

Shades of Vivid Violet #76198D

Tints of Vivid Violet #76198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 49.65%

R = 41.55%
G = 8.8%
B = 49.65%

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

#76198D (or 0x76198D) is known color: Vivid Violet. HEX triplet: 76, 19 and 8D. RGB value is (118,25,141). Sum of RGB (Red+Green+Blue) = 118+25+141=284 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.55% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #76198D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76198D is #89E672. Grayscale: #414141. Windows color (decimal): -9037427 or 9247094. OLE color: 9247094.

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

Color convert

RGB 118 25 141 -
CMYK 0.16 0.82 0 0.45
HSL 288.1º 0.7% 0.33% -
HSV(B) 288.1º 0.82% 0.55% -
XYZ 12.63 6.47 25.78 -
YUV 66.03 170.31 165.07 -
System Red Green Blue C M Y K H S L
Decimal 118 25 141 0.16 0.82 0 0.45 288.1 0.7 0.33
Hex 76 19 8D 10 52 0 2D 120 46 21
Octal 166 31 215 20 122 0 55 440 106 41
Binary 1110110 11001 10001101 10000 1010010 0 101101 100100000 1000110 100001

Color Harmonies of #76198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76198D

Black with #76198D

Text Example


Text Example

White with #76198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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