Html Css Color HEX #762089 Vivid Violet

📋 copy color: '#762089'

red 118 ◦ green 32 ◦ blue 137

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

Shades of Vivid Violet #762089

Tints of Vivid Violet #762089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.15%

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

R = 41.11%
G = 11.15%
B = 47.74%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#762089 (or 0x762089) is known color: Vivid Violet. HEX triplet: 76, 20 and 89. RGB value is (118,32,137). Sum of RGB (Red+Green+Blue) = 118+32+137=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 32 (12.89% from 255 or 11.15% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #762089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762089 is #89DF76. Grayscale: #454545. Windows color (decimal): -9035639 or 8986742. OLE color: 8986742.

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

Color convert

RGB 118 32 137 -
CMYK 0.14 0.77 0 0.46
HSL 289.14º 0.62% 0.33% -
HSV(B) 289.14º 0.77% 0.54% -
XYZ 12.5 6.69 24.3 -
YUV 69.68 165.99 162.46 -
System Red Green Blue C M Y K H S L
Decimal 118 32 137 0.14 0.77 0 0.46 289.14 0.62 0.33
Hex 76 20 89 E 4D 0 2E 121 3E 21
Octal 166 40 211 16 115 0 56 441 76 41
Binary 1110110 100000 10001001 1110 1001101 0 101110 100100001 111110 100001

Color Harmonies of #762089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762089

Black with #762089

Text Example


Text Example

White with #762089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762089; }

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

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

background-color css

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

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

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

border-color css

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

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

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