Html Css Color HEX #763891 Vivid Violet

📋 copy color: '#763891'

red 118 ◦ green 56 ◦ blue 145

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

Shades of Vivid Violet #763891

Tints of Vivid Violet #763891

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.55%

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

R = 36.99%
G = 17.55%
B = 45.45%

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

#763891 (or 0x763891) is known color: Vivid Violet. HEX triplet: 76, 38 and 91. RGB value is (118,56,145). Sum of RGB (Red+Green+Blue) = 118+56+145=319 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.99% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #763891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763891 is #89C76E. Grayscale: #545454. Windows color (decimal): -9029487 or 9517174. OLE color: 9517174.

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

Color convert

RGB 118 56 145 -
CMYK 0.19 0.61 0 0.43
HSL 281.8º 0.44% 0.39% -
HSV(B) 281.8º 0.61% 0.57% -
XYZ 14 8.72 27.73 -
YUV 84.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 118 56 145 0.19 0.61 0 0.43 281.8 0.44 0.39
Hex 76 38 91 13 3D 0 2B 11A 2C 27
Octal 166 70 221 23 75 0 53 432 54 47
Binary 1110110 111000 10010001 10011 111101 0 101011 100011010 101100 100111

Color Harmonies of #763891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763891

Black with #763891

Text Example


Text Example

White with #763891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763891; }

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

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

background-color css

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

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

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

border-color css

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

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

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