Html Css Color HEX #763E90 Vivid Violet

📋 copy color: '#763E90'

red 118 ◦ green 62 ◦ blue 144

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

Shades of Vivid Violet #763E90

Tints of Vivid Violet #763E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 36.42%
G = 19.14%
B = 44.44%

CMYK

 C value IS 0.18

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#763E90 (or 0x763E90) is known color: Vivid Violet. HEX triplet: 76, 3E and 90. RGB value is (118,62,144). Sum of RGB (Red+Green+Blue) = 118+62+144=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #763E90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763E90 is #89C16F. Grayscale: #575757. Windows color (decimal): -9027952 or 9453174. OLE color: 9453174.

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

Color convert

RGB 118 62 144 -
CMYK 0.18 0.57 0 0.44
HSL 280.98º 0.4% 0.4% -
HSV(B) 280.98º 0.57% 0.56% -
XYZ 14.23 9.31 27.43 -
YUV 88.09 159.55 149.33 -
System Red Green Blue C M Y K H S L
Decimal 118 62 144 0.18 0.57 0 0.44 280.98 0.4 0.4
Hex 76 3E 90 12 39 0 2C 119 28 28
Octal 166 76 220 22 71 0 54 431 50 50
Binary 1110110 111110 10010000 10010 111001 0 101100 100011001 101000 101000

Color Harmonies of #763E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763E90

Black with #763E90

Text Example


Text Example

White with #763E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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