Html Css Color HEX #763091 Vivid Violet

📋 copy color: '#763091'

red 118 ◦ green 48 ◦ blue 145

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

Shades of Vivid Violet #763091

Tints of Vivid Violet #763091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.62%

R = 37.94%
G = 15.43%
B = 46.62%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#763091 (or 0x763091) is known color: Vivid Violet. HEX triplet: 76, 30 and 91. RGB value is (118,48,145). Sum of RGB (Red+Green+Blue) = 118+48+145=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 48 (19.14% from 255 or 15.43% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #763091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763091 is #89CF6E. Grayscale: #4F4F4F. Windows color (decimal): -9031535 or 9515126. OLE color: 9515126.

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

Color convert

RGB 118 48 145 -
CMYK 0.19 0.67 0 0.43
HSL 283.3º 0.5% 0.38% -
HSV(B) 283.3º 0.67% 0.57% -
XYZ 13.64 8.01 27.62 -
YUV 79.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 118 48 145 0.19 0.67 0 0.43 283.3 0.5 0.38
Hex 76 30 91 13 43 0 2B 11B 32 26
Octal 166 60 221 23 103 0 53 433 62 46
Binary 1110110 110000 10010001 10011 1000011 0 101011 100011011 110010 100110

Color Harmonies of #763091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763091

Black with #763091

Text Example


Text Example

White with #763091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763091; }

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

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

background-color css

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

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

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

border-color css

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

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

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