Html Css Color HEX #762091 Vivid Violet

📋 copy color: '#762091'

red 118 ◦ green 32 ◦ blue 145

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

Shades of Vivid Violet #762091

Tints of Vivid Violet #762091

RGB

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

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

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

R = 40%
G = 10.85%
B = 49.15%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#762091 (or 0x762091) is known color: Vivid Violet. HEX triplet: 76, 20 and 91. RGB value is (118,32,145). Sum of RGB (Red+Green+Blue) = 118+32+145=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #762091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762091 is #89DF6E. Grayscale: #464646. Windows color (decimal): -9035631 or 9511030. OLE color: 9511030.

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

Color convert

RGB 118 32 145 -
CMYK 0.19 0.78 0 0.43
HSL 285.66º 0.64% 0.35% -
HSV(B) 285.66º 0.78% 0.57% -
XYZ 13.1 6.93 27.44 -
YUV 70.6 169.99 161.81 -
System Red Green Blue C M Y K H S L
Decimal 118 32 145 0.19 0.78 0 0.43 285.66 0.64 0.35
Hex 76 20 91 13 4E 0 2B 11E 40 23
Octal 166 40 221 23 116 0 53 436 100 43
Binary 1110110 100000 10010001 10011 1001110 0 101011 100011110 1000000 100011

Color Harmonies of #762091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762091

Black with #762091

Text Example


Text Example

White with #762091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762091; }

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

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

background-color css

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

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

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

border-color css

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

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

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