Html Css Color HEX #763696 Vivid Violet

📋 copy color: '#763696'

red 118 ◦ green 54 ◦ blue 150

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

Shades of Vivid Violet #763696

Tints of Vivid Violet #763696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.77%

 BLUE value IS 150 (58.98% from 255) = 46.58%

R = 36.65%
G = 16.77%
B = 46.58%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#763696 (or 0x763696) is known color: Vivid Violet. HEX triplet: 76, 36 and 96. RGB value is (118,54,150). Sum of RGB (Red+Green+Blue) = 118+54+150=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 54 (21.48% from 255 or 16.77% from 322); Blue value is 150 (58.98% from 255 or 46.58% from 322); Max value from RGB is 150 - color contains mainly: blue. Hex color #763696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763696 is #89C969. Grayscale: #535353. Windows color (decimal): -9029994 or 9844342. OLE color: 9844342.

HSL color Cylindrical-coordinate representation of color #763696: hue angle of 280º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #763696 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 118 54 150 -
CMYK 0.21 0.64 0 0.41
HSL 280º 0.47% 0.4% -
HSV(B) 280º 0.64% 0.59% -
XYZ 14.3 8.69 29.78 -
YUV 84.08 165.2 152.19 -
System Red Green Blue C M Y K H S L
Decimal 118 54 150 0.21 0.64 0 0.41 280 0.47 0.4
Hex 76 36 96 15 40 0 29 118 2F 28
Octal 166 66 226 25 100 0 51 430 57 50
Binary 1110110 110110 10010110 10101 1000000 0 101001 100011000 101111 101000

Color Harmonies of #763696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763696

Black with #763696

Text Example


Text Example

White with #763696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763696; }

 p { color: rgb(118,54,150); }

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

background-color css

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

 a { background-color: rgb(118,54,150); }

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

border-color css

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

 span { border-color: rgb(118,54,150); }

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