Html Css Color HEX #76189A Vivid Violet

📋 copy color: '#76189A'

red 118 ◦ green 24 ◦ blue 154

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

Shades of Vivid Violet #76189A

Tints of Vivid Violet #76189A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 52.03%

R = 39.86%
G = 8.11%
B = 52.03%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#76189A (or 0x76189A) is known color: Vivid Violet. HEX triplet: 76, 18 and 9A. RGB value is (118,24,154). Sum of RGB (Red+Green+Blue) = 118+24+154=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #76189A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76189A is #89E765. Grayscale: #424242. Windows color (decimal): -9037670 or 10098806. OLE color: 10098806.

HSL color Cylindrical-coordinate representation of color #76189A: hue angle of 283.38º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76189A is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 118 24 154 -
CMYK 0.23 0.84 0 0.40
HSL 283.38º 0.73% 0.35% -
HSV(B) 283.38º 0.84% 0.6% -
XYZ 13.63 6.84 31.17 -
YUV 66.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 118 24 154 0.23 0.84 0 0.40 283.38 0.73 0.35
Hex 76 18 9A 17 54 0 28 11B 49 23
Octal 166 30 232 27 124 0 50 433 111 43
Binary 1110110 11000 10011010 10111 1010100 0 101000 100011011 1001001 100011

Color Harmonies of #76189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76189A

Black with #76189A

Text Example


Text Example

White with #76189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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