Html Css Color HEX #763391 Vivid Violet

📋 copy color: '#763391'

red 118 ◦ green 51 ◦ blue 145

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

Shades of Vivid Violet #763391

Tints of Vivid Violet #763391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

 BLUE value IS 145 (57.03% from 255) = 46.18%

R = 37.58%
G = 16.24%
B = 46.18%

CMYK

 C value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763391 (or 0x763391) is known color: Vivid Violet. HEX triplet: 76, 33 and 91. RGB value is (118,51,145). Sum of RGB (Red+Green+Blue) = 118+51+145=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 145 (57.03% from 255 or 46.18% from 314); Max value from RGB is 145 - color contains mainly: blue. Hex color #763391 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763391 is #89CC6E. Grayscale: #515151. Windows color (decimal): -9030767 or 9515894. OLE color: 9515894.

HSL color Cylindrical-coordinate representation of color #763391: hue angle of 282.77º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #763391 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 118 51 145 -
CMYK 0.19 0.65 0 0.43
HSL 282.77º 0.48% 0.38% -
HSV(B) 282.77º 0.65% 0.57% -
XYZ 13.77 8.26 27.66 -
YUV 81.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 118 51 145 0.19 0.65 0 0.43 282.77 0.48 0.38
Hex 76 33 91 13 41 0 2B 11B 30 26
Octal 166 63 221 23 101 0 53 433 60 46
Binary 1110110 110011 10010001 10011 1000001 0 101011 100011011 110000 100110

Color Harmonies of #763391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763391

Black with #763391

Text Example


Text Example

White with #763391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763391; }

 p { color: rgb(118,51,145); }

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

background-color css

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

 a { background-color: rgb(118,51,145); }

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

border-color css

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

 span { border-color: rgb(118,51,145); }

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