Html Css Color HEX #763691 Vivid Violet

📋 copy color: '#763691'

red 118 ◦ green 54 ◦ blue 145

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

Shades of Vivid Violet #763691

Tints of Vivid Violet #763691

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.03%

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

R = 37.22%
G = 17.03%
B = 45.74%

CMYK

 C value IS 0.19

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763691 (or 0x763691) is known color: Vivid Violet. HEX triplet: 76, 36 and 91. RGB value is (118,54,145). Sum of RGB (Red+Green+Blue) = 118+54+145=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #763691 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763691 is #89C96E. Grayscale: #535353. Windows color (decimal): -9029999 or 9516662. OLE color: 9516662.

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

Color convert

RGB 118 54 145 -
CMYK 0.19 0.63 0 0.43
HSL 282.2º 0.46% 0.39% -
HSV(B) 282.2º 0.63% 0.57% -
XYZ 13.9 8.53 27.7 -
YUV 83.51 162.7 152.6 -
System Red Green Blue C M Y K H S L
Decimal 118 54 145 0.19 0.63 0 0.43 282.2 0.46 0.39
Hex 76 36 91 13 3F 0 2B 11A 2E 27
Octal 166 66 221 23 77 0 53 432 56 47
Binary 1110110 110110 10010001 10011 111111 0 101011 100011010 101110 100111

Color Harmonies of #763691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763691

Black with #763691

Text Example


Text Example

White with #763691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763691; }

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

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

background-color css

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

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

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

border-color css

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

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

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