Html Css Color HEX #763F91 Vivid Violet

📋 copy color: '#763F91'

red 118 ◦ green 63 ◦ blue 145

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

Shades of Vivid Violet #763F91

Tints of Vivid Violet #763F91

RGB

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

 GREEN value IS 63 (25% from 255) = 19.33%

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

R = 36.2%
G = 19.33%
B = 44.48%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763F91 (or 0x763F91) is known color: Vivid Violet. HEX triplet: 76, 3F and 91. RGB value is (118,63,145). Sum of RGB (Red+Green+Blue) = 118+63+145=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 63 (25% from 255 or 19.33% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #763F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763F91 is #89C06E. Grayscale: #585858. Windows color (decimal): -9027695 or 9518966. OLE color: 9518966.

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

Color convert

RGB 118 63 145 -
CMYK 0.19 0.57 0 0.43
HSL 280.24º 0.39% 0.41% -
HSV(B) 280.24º 0.57% 0.57% -
XYZ 14.36 9.45 27.86 -
YUV 88.79 159.72 148.83 -
System Red Green Blue C M Y K H S L
Decimal 118 63 145 0.19 0.57 0 0.43 280.24 0.39 0.41
Hex 76 3F 91 13 39 0 2B 118 27 29
Octal 166 77 221 23 71 0 53 430 47 51
Binary 1110110 111111 10010001 10011 111001 0 101011 100011000 100111 101001

Color Harmonies of #763F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763F91

Black with #763F91

Text Example


Text Example

White with #763F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763F91; }

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

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

background-color css

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

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

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

border-color css

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

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

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