Html Css Color HEX #76198F Vivid Violet

📋 copy color: '#76198F'

red 118 ◦ green 25 ◦ blue 143

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

Shades of Vivid Violet #76198F

Tints of Vivid Violet #76198F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 50%

R = 41.26%
G = 8.74%
B = 50%

CMYK

 C value IS 0.17

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#76198F (or 0x76198F) is known color: Vivid Violet. HEX triplet: 76, 19 and 8F. RGB value is (118,25,143). Sum of RGB (Red+Green+Blue) = 118+25+143=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 25 (10.16% from 255 or 8.74% from 286); Blue value is 143 (56.25% from 255 or 50% from 286); Max value from RGB is 143 - color contains mainly: blue. Hex color #76198F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76198F is #89E670. Grayscale: #414141. Windows color (decimal): -9037425 or 9378166. OLE color: 9378166.

HSL color Cylindrical-coordinate representation of color #76198F: hue angle of 287.29º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #76198F is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 25 143 -
CMYK 0.17 0.83 0 0.44
HSL 287.29º 0.7% 0.33% -
HSV(B) 287.29º 0.83% 0.56% -
XYZ 12.78 6.53 26.57 -
YUV 66.26 171.31 164.91 -
System Red Green Blue C M Y K H S L
Decimal 118 25 143 0.17 0.83 0 0.44 287.29 0.7 0.33
Hex 76 19 8F 11 53 0 2C 11F 46 21
Octal 166 31 217 21 123 0 54 437 106 41
Binary 1110110 11001 10001111 10001 1010011 0 101100 100011111 1000110 100001

Color Harmonies of #76198F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76198F

Black with #76198F

Text Example


Text Example

White with #76198F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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