Html Css Color HEX #763A91 Vivid Violet

📋 copy color: '#763A91'

red 118 ◦ green 58 ◦ blue 145

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

Shades of Vivid Violet #763A91

Tints of Vivid Violet #763A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.07%

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

R = 36.76%
G = 18.07%
B = 45.17%

CMYK

 C value IS 0.19

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763A91 (or 0x763A91) is known color: Vivid Violet. HEX triplet: 76, 3A and 91. RGB value is (118,58,145). Sum of RGB (Red+Green+Blue) = 118+58+145=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #763A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763A91 is #89C56E. Grayscale: #555555. Windows color (decimal): -9028975 or 9517686. OLE color: 9517686.

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

Color convert

RGB 118 58 145 -
CMYK 0.19 0.6 0 0.43
HSL 281.38º 0.43% 0.4% -
HSV(B) 281.38º 0.6% 0.57% -
XYZ 14.1 8.92 27.77 -
YUV 85.86 161.38 150.93 -
System Red Green Blue C M Y K H S L
Decimal 118 58 145 0.19 0.6 0 0.43 281.38 0.43 0.4
Hex 76 3A 91 13 3C 0 2B 119 2B 28
Octal 166 72 221 23 74 0 53 431 53 50
Binary 1110110 111010 10010001 10011 111100 0 101011 100011001 101011 101000

Color Harmonies of #763A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763A91

Black with #763A91

Text Example


Text Example

White with #763A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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