Html Css Color HEX #763991 Vivid Violet

📋 copy color: '#763991'

red 118 ◦ green 57 ◦ blue 145

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

Shades of Vivid Violet #763991

Tints of Vivid Violet #763991

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

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

R = 36.88%
G = 17.81%
B = 45.31%

CMYK

 C value IS 0.19

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763991 (or 0x763991) is known color: Vivid Violet. HEX triplet: 76, 39 and 91. RGB value is (118,57,145). Sum of RGB (Red+Green+Blue) = 118+57+145=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 145 (57.03% from 255 or 45.31% from 320); Max value from RGB is 145 - color contains mainly: blue. Hex color #763991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763991 is #89C66E. Grayscale: #545454. Windows color (decimal): -9029231 or 9517430. OLE color: 9517430.

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

Color convert

RGB 118 57 145 -
CMYK 0.19 0.61 0 0.43
HSL 281.59º 0.44% 0.4% -
HSV(B) 281.59º 0.61% 0.57% -
XYZ 14.05 8.82 27.75 -
YUV 85.27 161.71 151.34 -
System Red Green Blue C M Y K H S L
Decimal 118 57 145 0.19 0.61 0 0.43 281.59 0.44 0.4
Hex 76 39 91 13 3D 0 2B 11A 2C 28
Octal 166 71 221 23 75 0 53 432 54 50
Binary 1110110 111001 10010001 10011 111101 0 101011 100011010 101100 101000

Color Harmonies of #763991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763991

Black with #763991

Text Example


Text Example

White with #763991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763991; }

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

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

background-color css

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

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

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

border-color css

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

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

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