Html Css Color HEX #763983 Vivid Violet

📋 copy color: '#763983'

red 118 ◦ green 57 ◦ blue 131

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

Shades of Vivid Violet #763983

Tints of Vivid Violet #763983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 42.81%

R = 38.56%
G = 18.63%
B = 42.81%

CMYK

 C value IS 0.10

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#763983 (or 0x763983) is known color: Vivid Violet. HEX triplet: 76, 39 and 83. RGB value is (118,57,131). Sum of RGB (Red+Green+Blue) = 118+57+131=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 131 (51.56% from 255 or 42.81% from 306); Max value from RGB is 131 - color contains mainly: blue. Hex color #763983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763983 is #89C67C. Grayscale: #535353. Windows color (decimal): -9029245 or 8599926. OLE color: 8599926.

HSL color Cylindrical-coordinate representation of color #763983: hue angle of 289.46º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #763983 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 57 131 -
CMYK 0.10 0.56 0 0.49
HSL 289.46º 0.39% 0.37% -
HSV(B) 289.46º 0.56% 0.51% -
XYZ 13.03 8.42 22.41 -
YUV 83.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 118 57 131 0.10 0.56 0 0.49 289.46 0.39 0.37
Hex 76 39 83 A 38 0 31 121 27 25
Octal 166 71 203 12 70 0 61 441 47 45
Binary 1110110 111001 10000011 1010 111000 0 110001 100100001 100111 100101

Color Harmonies of #763983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763983

Black with #763983

Text Example


Text Example

White with #763983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763983; }

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

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

background-color css

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

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

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

border-color css

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

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

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