Html Css Color HEX #76189D Vivid Violet

📋 copy color: '#76189D'

red 118 ◦ green 24 ◦ blue 157

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

Shades of Vivid Violet #76189D

Tints of Vivid Violet #76189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.03%

 BLUE value IS 157 (61.72% from 255) = 52.51%

R = 39.46%
G = 8.03%
B = 52.51%

CMYK

 C value IS 0.25

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#76189D (or 0x76189D) is known color: Vivid Violet. HEX triplet: 76, 18 and 9D. RGB value is (118,24,157). Sum of RGB (Red+Green+Blue) = 118+24+157=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 157 (61.72% from 255 or 52.51% from 299); Max value from RGB is 157 - color contains mainly: blue. Hex color #76189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76189D is #89E762. Grayscale: #424242. Windows color (decimal): -9037667 or 10295414. OLE color: 10295414.

HSL color Cylindrical-coordinate representation of color #76189D: hue angle of 282.41º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76189D is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 118 24 157 -
CMYK 0.25 0.85 0 0.38
HSL 282.41º 0.73% 0.35% -
HSV(B) 282.41º 0.85% 0.62% -
XYZ 13.88 6.94 32.51 -
YUV 67.27 178.64 164.19 -
System Red Green Blue C M Y K H S L
Decimal 118 24 157 0.25 0.85 0 0.38 282.41 0.73 0.35
Hex 76 18 9D 19 55 0 26 11A 49 23
Octal 166 30 235 31 125 0 46 432 111 43
Binary 1110110 11000 10011101 11001 1010101 0 100110 100011010 1001001 100011

Color Harmonies of #76189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76189D

Black with #76189D

Text Example


Text Example

White with #76189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,24,157); }

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

background-color css

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

 a { background-color: rgb(118,24,157); }

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

border-color css

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

 span { border-color: rgb(118,24,157); }

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