Html Css Color HEX #763094 Vivid Violet

📋 copy color: '#763094'

red 118 ◦ green 48 ◦ blue 148

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

Shades of Vivid Violet #763094

Tints of Vivid Violet #763094

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

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

R = 37.58%
G = 15.29%
B = 47.13%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#763094 (or 0x763094) is known color: Vivid Violet. HEX triplet: 76, 30 and 94. RGB value is (118,48,148). Sum of RGB (Red+Green+Blue) = 118+48+148=314 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.58% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 148 (58.20% from 255 or 47.13% from 314); Max value from RGB is 148 - color contains mainly: blue. Hex color #763094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763094 is #89CF6B. Grayscale: #505050. Windows color (decimal): -9031532 or 9711734. OLE color: 9711734.

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

Color convert

RGB 118 48 148 -
CMYK 0.20 0.68 0 0.42
HSL 282º 0.51% 0.38% -
HSV(B) 282º 0.68% 0.58% -
XYZ 13.87 8.1 28.85 -
YUV 80.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 118 48 148 0.20 0.68 0 0.42 282 0.51 0.38
Hex 76 30 94 14 44 0 2A 11A 33 26
Octal 166 60 224 24 104 0 52 432 63 46
Binary 1110110 110000 10010100 10100 1000100 0 101010 100011010 110011 100110

Color Harmonies of #763094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763094

Black with #763094

Text Example


Text Example

White with #763094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763094; }

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

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

background-color css

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

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

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

border-color css

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

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

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