Html Css Color HEX #763D89 Vivid Violet

📋 copy color: '#763D89'

red 118 ◦ green 61 ◦ blue 137

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

Shades of Vivid Violet #763D89

Tints of Vivid Violet #763D89

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

 BLUE value IS 137 (53.91% from 255) = 43.35%

R = 37.34%
G = 19.3%
B = 43.35%

CMYK

 C value IS 0.14

 M value IS 0.55

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#763D89 (or 0x763D89) is known color: Vivid Violet. HEX triplet: 76, 3D and 89. RGB value is (118,61,137). Sum of RGB (Red+Green+Blue) = 118+61+137=316 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.34% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #763D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763D89 is #89C276. Grayscale: #565656. Windows color (decimal): -9028215 or 8994166. OLE color: 8994166.

HSL color Cylindrical-coordinate representation of color #763D89: hue angle of 285º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #763D89 is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 61 137 -
CMYK 0.14 0.55 0 0.46
HSL 285º 0.38% 0.39% -
HSV(B) 285º 0.55% 0.54% -
XYZ 13.66 9 24.68 -
YUV 86.71 156.38 150.32 -
System Red Green Blue C M Y K H S L
Decimal 118 61 137 0.14 0.55 0 0.46 285 0.38 0.39
Hex 76 3D 89 E 37 0 2E 11D 26 27
Octal 166 75 211 16 67 0 56 435 46 47
Binary 1110110 111101 10001001 1110 110111 0 101110 100011101 100110 100111

Color Harmonies of #763D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D89

Black with #763D89

Text Example


Text Example

White with #763D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,61,137); }

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

background-color css

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

 a { background-color: rgb(118,61,137); }

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

border-color css

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

 span { border-color: rgb(118,61,137); }

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