Html Css Color HEX #763386 Vivid Violet

📋 copy color: '#763386'

red 118 ◦ green 51 ◦ blue 134

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

Shades of Vivid Violet #763386

Tints of Vivid Violet #763386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.83%

 BLUE value IS 134 (52.73% from 255) = 44.22%

R = 38.94%
G = 16.83%
B = 44.22%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#763386 (or 0x763386) is known color: Vivid Violet. HEX triplet: 76, 33 and 86. RGB value is (118,51,134). Sum of RGB (Red+Green+Blue) = 118+51+134=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 51 (20.31% from 255 or 16.83% from 303); Blue value is 134 (52.73% from 255 or 44.22% from 303); Max value from RGB is 134 - color contains mainly: blue. Hex color #763386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763386 is #89CC79. Grayscale: #505050. Windows color (decimal): -9030778 or 8794998. OLE color: 8794998.

HSL color Cylindrical-coordinate representation of color #763386: hue angle of 288.43º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #763386 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 118 51 134 -
CMYK 0.12 0.62 0 0.47
HSL 288.43º 0.45% 0.36% -
HSV(B) 288.43º 0.62% 0.53% -
XYZ 12.96 7.94 23.4 -
YUV 80.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 118 51 134 0.12 0.62 0 0.47 288.43 0.45 0.36
Hex 76 33 86 C 3E 0 2F 120 2D 24
Octal 166 63 206 14 76 0 57 440 55 44
Binary 1110110 110011 10000110 1100 111110 0 101111 100100000 101101 100100

Color Harmonies of #763386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763386

Black with #763386

Text Example


Text Example

White with #763386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763386; }

 p { color: rgb(118,51,134); }

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

background-color css

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

 a { background-color: rgb(118,51,134); }

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

border-color css

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

 span { border-color: rgb(118,51,134); }

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