Html Css Color HEX #763194 Vivid Violet

📋 copy color: '#763194'

red 118 ◦ green 49 ◦ blue 148

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

Shades of Vivid Violet #763194

Tints of Vivid Violet #763194

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.56%

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

R = 37.46%
G = 15.56%
B = 46.98%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#763194 (or 0x763194) is known color: Vivid Violet. HEX triplet: 76, 31 and 94. RGB value is (118,49,148). Sum of RGB (Red+Green+Blue) = 118+49+148=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #763194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763194 is #89CE6B. Grayscale: #505050. Windows color (decimal): -9031276 or 9711990. OLE color: 9711990.

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

Color convert

RGB 118 49 148 -
CMYK 0.20 0.67 0 0.42
HSL 281.82º 0.5% 0.39% -
HSV(B) 281.82º 0.67% 0.58% -
XYZ 13.91 8.19 28.86 -
YUV 80.92 165.86 154.45 -
System Red Green Blue C M Y K H S L
Decimal 118 49 148 0.20 0.67 0 0.42 281.82 0.5 0.39
Hex 76 31 94 14 43 0 2A 11A 32 27
Octal 166 61 224 24 103 0 52 432 62 47
Binary 1110110 110001 10010100 10100 1000011 0 101010 100011010 110010 100111

Color Harmonies of #763194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763194

Black with #763194

Text Example


Text Example

White with #763194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763194; }

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

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

background-color css

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

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

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

border-color css

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

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

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