Html Css Color HEX #763494 Vivid Violet

📋 copy color: '#763494'

red 118 ◦ green 52 ◦ blue 148

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

Shades of Vivid Violet #763494

Tints of Vivid Violet #763494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.35%

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

R = 37.11%
G = 16.35%
B = 46.54%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#763494 (or 0x763494) is known color: Vivid Violet. HEX triplet: 76, 34 and 94. RGB value is (118,52,148). Sum of RGB (Red+Green+Blue) = 118+52+148=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 52 (20.70% from 255 or 16.35% from 318); Blue value is 148 (58.20% from 255 or 46.54% from 318); Max value from RGB is 148 - color contains mainly: blue. Hex color #763494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763494 is #89CB6B. Grayscale: #525252. Windows color (decimal): -9030508 or 9712758. OLE color: 9712758.

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

Color convert

RGB 118 52 148 -
CMYK 0.20 0.65 0 0.42
HSL 281.25º 0.48% 0.39% -
HSV(B) 281.25º 0.65% 0.58% -
XYZ 14.04 8.45 28.91 -
YUV 82.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 118 52 148 0.20 0.65 0 0.42 281.25 0.48 0.39
Hex 76 34 94 14 41 0 2A 119 30 27
Octal 166 64 224 24 101 0 52 431 60 47
Binary 1110110 110100 10010100 10100 1000001 0 101010 100011001 110000 100111

Color Harmonies of #763494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763494

Black with #763494

Text Example


Text Example

White with #763494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763494; }

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

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

background-color css

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

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

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

border-color css

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

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

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