Html Css Color HEX #763189 Vivid Violet

📋 copy color: '#763189'

red 118 ◦ green 49 ◦ blue 137

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

Shades of Vivid Violet #763189

Tints of Vivid Violet #763189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.12%

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

R = 38.82%
G = 16.12%
B = 45.07%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#763189 (or 0x763189) is known color: Vivid Violet. HEX triplet: 76, 31 and 89. RGB value is (118,49,137). Sum of RGB (Red+Green+Blue) = 118+49+137=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 137 (53.91% from 255 or 45.07% from 304); Max value from RGB is 137 - color contains mainly: blue. Hex color #763189 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #763189 is #89CE76. Grayscale: #4F4F4F. Windows color (decimal): -9031287 or 8991094. OLE color: 8991094.

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

Color convert

RGB 118 49 137 -
CMYK 0.14 0.64 0 0.46
HSL 287.05º 0.47% 0.36% -
HSV(B) 287.05º 0.64% 0.54% -
XYZ 13.08 7.85 24.49 -
YUV 79.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 118 49 137 0.14 0.64 0 0.46 287.05 0.47 0.36
Hex 76 31 89 E 40 0 2E 11F 2F 24
Octal 166 61 211 16 100 0 56 437 57 44
Binary 1110110 110001 10001001 1110 1000000 0 101110 100011111 101111 100100

Color Harmonies of #763189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763189

Black with #763189

Text Example


Text Example

White with #763189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763189; }

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

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

background-color css

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

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

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

border-color css

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

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

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