Html Css Color HEX #761A89 Vivid Violet

📋 copy color: '#761A89'

red 118 ◦ green 26 ◦ blue 137

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

Shades of Vivid Violet #761A89

Tints of Vivid Violet #761A89

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.25%

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

R = 41.99%
G = 9.25%
B = 48.75%

CMYK

 C value IS 0.14

 M value IS 0.81

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#761A89 (or 0x761A89) is known color: Vivid Violet. HEX triplet: 76, 1A and 89. RGB value is (118,26,137). Sum of RGB (Red+Green+Blue) = 118+26+137=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #761A89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #761A89 is #89E576. Grayscale: #414141. Windows color (decimal): -9037175 or 8985206. OLE color: 8985206.

HSL color Cylindrical-coordinate representation of color #761A89: hue angle of 289.73º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #761A89 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 118 26 137 -
CMYK 0.14 0.81 0 0.46
HSL 289.73º 0.68% 0.32% -
HSV(B) 289.73º 0.81% 0.54% -
XYZ 12.36 6.4 24.25 -
YUV 66.16 167.98 164.97 -
System Red Green Blue C M Y K H S L
Decimal 118 26 137 0.14 0.81 0 0.46 289.73 0.68 0.32
Hex 76 1A 89 E 51 0 2E 122 44 20
Octal 166 32 211 16 121 0 56 442 104 40
Binary 1110110 11010 10001001 1110 1010001 0 101110 100100010 1000100 100000

Color Harmonies of #761A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761A89

Black with #761A89

Text Example


Text Example

White with #761A89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761A89; }

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

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

background-color css

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

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

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

border-color css

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

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

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