Html Css Color HEX #763089 Vivid Violet

📋 copy color: '#763089'

red 118 ◦ green 48 ◦ blue 137

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

Shades of Vivid Violet #763089

Tints of Vivid Violet #763089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 45.21%

R = 38.94%
G = 15.84%
B = 45.21%

CMYK

 C value IS 0.14

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#763089 (or 0x763089) is known color: Vivid Violet. HEX triplet: 76, 30 and 89. RGB value is (118,48,137). Sum of RGB (Red+Green+Blue) = 118+48+137=303 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.94% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #763089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763089 is #89CF76. Grayscale: #4E4E4E. Windows color (decimal): -9031543 or 8990838. OLE color: 8990838.

HSL color Cylindrical-coordinate representation of color #763089: hue angle of 287.19º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #763089 is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 48 137 -
CMYK 0.14 0.65 0 0.46
HSL 287.19º 0.48% 0.36% -
HSV(B) 287.19º 0.65% 0.54% -
XYZ 13.04 7.77 24.48 -
YUV 79.08 160.69 155.76 -
System Red Green Blue C M Y K H S L
Decimal 118 48 137 0.14 0.65 0 0.46 287.19 0.48 0.36
Hex 76 30 89 E 41 0 2E 11F 30 24
Octal 166 60 211 16 101 0 56 437 60 44
Binary 1110110 110000 10001001 1110 1000001 0 101110 100011111 110000 100100

Color Harmonies of #763089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763089

Black with #763089

Text Example


Text Example

White with #763089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763089; }

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

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

background-color css

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

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

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

border-color css

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

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

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