Html Css Color HEX #761891 Vivid Violet

📋 copy color: '#761891'

red 118 ◦ green 24 ◦ blue 145

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

Shades of Vivid Violet #761891

Tints of Vivid Violet #761891

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

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

R = 41.11%
G = 8.36%
B = 50.52%

CMYK

 C value IS 0.19

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#761891 (or 0x761891) is known color: Vivid Violet. HEX triplet: 76, 18 and 91. RGB value is (118,24,145). Sum of RGB (Red+Green+Blue) = 118+24+145=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 145 (57.03% from 255 or 50.52% from 287); Max value from RGB is 145 - color contains mainly: blue. Hex color #761891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #761891 is #89E76E. Grayscale: #414141. Windows color (decimal): -9037679 or 9508982. OLE color: 9508982.

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

Color convert

RGB 118 24 145 -
CMYK 0.19 0.83 0 0.43
HSL 286.61º 0.72% 0.33% -
HSV(B) 286.61º 0.83% 0.57% -
XYZ 12.91 6.55 27.37 -
YUV 65.9 172.64 165.16 -
System Red Green Blue C M Y K H S L
Decimal 118 24 145 0.19 0.83 0 0.43 286.61 0.72 0.33
Hex 76 18 91 13 53 0 2B 11F 48 21
Octal 166 30 221 23 123 0 53 437 110 41
Binary 1110110 11000 10010001 10011 1010011 0 101011 100011111 1001000 100001

Color Harmonies of #761891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761891

Black with #761891

Text Example


Text Example

White with #761891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761891; }

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

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

background-color css

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

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

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

border-color css

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

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

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