Html Css Color HEX #763886 Vivid Violet

📋 copy color: '#763886'

red 118 ◦ green 56 ◦ blue 134

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

Shades of Vivid Violet #763886

Tints of Vivid Violet #763886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.18%

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

R = 38.31%
G = 18.18%
B = 43.51%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#763886 (or 0x763886) is known color: Vivid Violet. HEX triplet: 76, 38 and 86. RGB value is (118,56,134). Sum of RGB (Red+Green+Blue) = 118+56+134=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 134 - color contains mainly: blue. Hex color #763886 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763886 is #89C779. Grayscale: #535353. Windows color (decimal): -9029498 or 8796278. OLE color: 8796278.

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

Color convert

RGB 118 56 134 -
CMYK 0.12 0.58 0 0.47
HSL 287.69º 0.41% 0.37% -
HSV(B) 287.69º 0.58% 0.53% -
XYZ 13.19 8.4 23.48 -
YUV 83.43 156.54 152.66 -
System Red Green Blue C M Y K H S L
Decimal 118 56 134 0.12 0.58 0 0.47 287.69 0.41 0.37
Hex 76 38 86 C 3A 0 2F 120 29 25
Octal 166 70 206 14 72 0 57 440 51 45
Binary 1110110 111000 10000110 1100 111010 0 101111 100100000 101001 100101

Color Harmonies of #763886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763886

Black with #763886

Text Example


Text Example

White with #763886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763886; }

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

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

background-color css

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

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

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

border-color css

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

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

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