Html Css Color HEX #763694 Vivid Violet

📋 copy color: '#763694'

red 118 ◦ green 54 ◦ blue 148

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

Shades of Vivid Violet #763694

Tints of Vivid Violet #763694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.25%

R = 36.88%
G = 16.88%
B = 46.25%

CMYK

 C value IS 0.20

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#763694 (or 0x763694) is known color: Vivid Violet. HEX triplet: 76, 36 and 94. RGB value is (118,54,148). Sum of RGB (Red+Green+Blue) = 118+54+148=320 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.88% from 320); Green value is 54 (21.48% from 255 or 16.88% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #763694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763694 is #89C96B. Grayscale: #535353. Windows color (decimal): -9029996 or 9713270. OLE color: 9713270.

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

Color convert

RGB 118 54 148 -
CMYK 0.20 0.64 0 0.42
HSL 280.85º 0.47% 0.4% -
HSV(B) 280.85º 0.64% 0.58% -
XYZ 14.14 8.63 28.94 -
YUV 83.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 118 54 148 0.20 0.64 0 0.42 280.85 0.47 0.4
Hex 76 36 94 14 40 0 2A 119 2F 28
Octal 166 66 224 24 100 0 52 431 57 50
Binary 1110110 110110 10010100 10100 1000000 0 101010 100011001 101111 101000

Color Harmonies of #763694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763694

Black with #763694

Text Example


Text Example

White with #763694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763694; }

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

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

background-color css

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

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

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

border-color css

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

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

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