Html Css Color HEX #763E8E Vivid Violet

📋 copy color: '#763E8E'

red 118 ◦ green 62 ◦ blue 142

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

Shades of Vivid Violet #763E8E

Tints of Vivid Violet #763E8E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.25%

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 36.65%
G = 19.25%
B = 44.1%

CMYK

 C value IS 0.17

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#763E8E (or 0x763E8E) is known color: Vivid Violet. HEX triplet: 76, 3E and 8E. RGB value is (118,62,142). Sum of RGB (Red+Green+Blue) = 118+62+142=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #763E8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763E8E is #89C171. Grayscale: #575757. Windows color (decimal): -9027954 or 9322102. OLE color: 9322102.

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

Color convert

RGB 118 62 142 -
CMYK 0.17 0.56 0 0.44
HSL 282º 0.39% 0.4% -
HSV(B) 282º 0.56% 0.56% -
XYZ 14.08 9.25 26.63 -
YUV 87.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 118 62 142 0.17 0.56 0 0.44 282 0.39 0.4
Hex 76 3E 8E 11 38 0 2C 11A 27 28
Octal 166 76 216 21 70 0 54 432 47 50
Binary 1110110 111110 10001110 10001 111000 0 101100 100011010 100111 101000

Color Harmonies of #763E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E8E

Black with #763E8E

Text Example


Text Example

White with #763E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,62,142); }

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

background-color css

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

 a { background-color: rgb(118,62,142); }

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

border-color css

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

 span { border-color: rgb(118,62,142); }

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