Html Css Color HEX #763090 Vivid Violet

📋 copy color: '#763090'

red 118 ◦ green 48 ◦ blue 144

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

Shades of Vivid Violet #763090

Tints of Vivid Violet #763090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 46.45%

R = 38.06%
G = 15.48%
B = 46.45%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#763090 (or 0x763090) is known color: Vivid Violet. HEX triplet: 76, 30 and 90. RGB value is (118,48,144). Sum of RGB (Red+Green+Blue) = 118+48+144=310 (41% of max value = 765). Red value is 118 (46.48% from 255 or 38.06% from 310); Green value is 48 (19.14% from 255 or 15.48% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #763090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763090 is #89CF6F. Grayscale: #4F4F4F. Windows color (decimal): -9031536 or 9449590. OLE color: 9449590.

HSL color Cylindrical-coordinate representation of color #763090: hue angle of 283.75º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #763090 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 118 48 144 -
CMYK 0.18 0.67 0 0.44
HSL 283.75º 0.5% 0.38% -
HSV(B) 283.75º 0.67% 0.56% -
XYZ 13.56 7.98 27.21 -
YUV 79.87 164.19 155.19 -
System Red Green Blue C M Y K H S L
Decimal 118 48 144 0.18 0.67 0 0.44 283.75 0.5 0.38
Hex 76 30 90 12 43 0 2C 11C 32 26
Octal 166 60 220 22 103 0 54 434 62 46
Binary 1110110 110000 10010000 10010 1000011 0 101100 100011100 110010 100110

Color Harmonies of #763090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763090

Black with #763090

Text Example


Text Example

White with #763090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763090; }

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

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

background-color css

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

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

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

border-color css

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

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

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