Html Css Color HEX #763190 Vivid Violet

📋 copy color: '#763190'

red 118 ◦ green 49 ◦ blue 144

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

Shades of Vivid Violet #763190

Tints of Vivid Violet #763190

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

 BLUE value IS 144 (56.64% from 255) = 46.3%

R = 37.94%
G = 15.76%
B = 46.3%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#763190 (or 0x763190) is known color: Vivid Violet. HEX triplet: 76, 31 and 90. RGB value is (118,49,144). Sum of RGB (Red+Green+Blue) = 118+49+144=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #763190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763190 is #89CE6F. Grayscale: #505050. Windows color (decimal): -9031280 or 9449846. OLE color: 9449846.

HSL color Cylindrical-coordinate representation of color #763190: hue angle of 283.58º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #763190 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 49 144 -
CMYK 0.18 0.66 0 0.44
HSL 283.58º 0.49% 0.38% -
HSV(B) 283.58º 0.66% 0.56% -
XYZ 13.6 8.06 27.22 -
YUV 80.46 163.86 154.78 -
System Red Green Blue C M Y K H S L
Decimal 118 49 144 0.18 0.66 0 0.44 283.58 0.49 0.38
Hex 76 31 90 12 42 0 2C 11C 31 26
Octal 166 61 220 22 102 0 54 434 61 46
Binary 1110110 110001 10010000 10010 1000010 0 101100 100011100 110001 100110

Color Harmonies of #763190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763190

Black with #763190

Text Example


Text Example

White with #763190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763190; }

 p { color: rgb(118,49,144); }

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

background-color css

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

 a { background-color: rgb(118,49,144); }

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

border-color css

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

 span { border-color: rgb(118,49,144); }

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