Html Css Color HEX #762991 Vivid Violet

📋 copy color: '#762991'

red 118 ◦ green 41 ◦ blue 145

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

Shades of Vivid Violet #762991

Tints of Vivid Violet #762991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

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

R = 38.82%
G = 13.49%
B = 47.7%

CMYK

 C value IS 0.19

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#762991 (or 0x762991) is known color: Vivid Violet. HEX triplet: 76, 29 and 91. RGB value is (118,41,145). Sum of RGB (Red+Green+Blue) = 118+41+145=304 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.82% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #762991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #762991 is #89D66E. Grayscale: #4B4B4B. Windows color (decimal): -9033327 or 9513334. OLE color: 9513334.

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

Color convert

RGB 118 41 145 -
CMYK 0.19 0.72 0 0.43
HSL 284.42º 0.56% 0.36% -
HSV(B) 284.42º 0.72% 0.57% -
XYZ 13.37 7.48 27.53 -
YUV 75.88 167.01 158.04 -
System Red Green Blue C M Y K H S L
Decimal 118 41 145 0.19 0.72 0 0.43 284.42 0.56 0.36
Hex 76 29 91 13 48 0 2B 11C 38 24
Octal 166 51 221 23 110 0 53 434 70 44
Binary 1110110 101001 10010001 10011 1001000 0 101011 100011100 111000 100100

Color Harmonies of #762991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762991

Black with #762991

Text Example


Text Example

White with #762991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762991; }

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

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

background-color css

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

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

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

border-color css

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

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

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