Html Css Color HEX #763D8A Vivid Violet

📋 copy color: '#763D8A'

red 118 ◦ green 61 ◦ blue 138

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

Shades of Vivid Violet #763D8A

Tints of Vivid Violet #763D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 37.22%
G = 19.24%
B = 43.53%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#763D8A (or 0x763D8A) is known color: Vivid Violet. HEX triplet: 76, 3D and 8A. RGB value is (118,61,138). Sum of RGB (Red+Green+Blue) = 118+61+138=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 61 (24.22% from 255 or 19.24% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #763D8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763D8A is #89C275. Grayscale: #565656. Windows color (decimal): -9028214 or 9059702. OLE color: 9059702.

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

Color convert

RGB 118 61 138 -
CMYK 0.14 0.56 0 0.46
HSL 284.42º 0.39% 0.39% -
HSV(B) 284.42º 0.56% 0.54% -
XYZ 13.73 9.02 25.06 -
YUV 86.82 156.88 150.24 -
System Red Green Blue C M Y K H S L
Decimal 118 61 138 0.14 0.56 0 0.46 284.42 0.39 0.39
Hex 76 3D 8A E 38 0 2E 11C 27 27
Octal 166 75 212 16 70 0 56 434 47 47
Binary 1110110 111101 10001010 1110 111000 0 101110 100011100 100111 100111

Color Harmonies of #763D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763D8A

Black with #763D8A

Text Example


Text Example

White with #763D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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