Html Css Color HEX #741791 Vivid Violet

📋 copy color: '#741791'

red 116 ◦ green 23 ◦ blue 145

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

Shades of Vivid Violet #741791

Tints of Vivid Violet #741791

RGB

 RED value IS 116 (45.7% from 255) = 40.85%

 GREEN value IS 23 (9.38% from 255) = 8.1%

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

R = 40.85%
G = 8.1%
B = 51.06%

CMYK

 C value IS 0.2

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#741791 (or 0x741791) is known color: Vivid Violet. HEX triplet: 74, 17 and 91. RGB value is (116,23,145). Sum of RGB (Red+Green+Blue) = 116+23+145=284 (37% of max value = 765). Red value is 116 (45.70% from 255 or 40.85% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 145 (57.03% from 255 or 51.06% from 284); Max value from RGB is 145 - color contains mainly: blue. Hex color #741791 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741791 is #8BE86E. Grayscale: #404040. Windows color (decimal): -9169007 or 9508724. OLE color: 9508724.

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

Color convert

RGB 116 23 145 -
CMYK 0.2 0.84 0 0.43
HSL 285.74º 0.73% 0.33% -
HSV(B) 285.74º 0.84% 0.57% -
XYZ 12.62 6.37 27.35 -
YUV 64.72 173.31 164.58 -
System Red Green Blue C M Y K H S L
Decimal 116 23 145 0.2 0.84 0 0.43 285.74 0.73 0.33
Hex 74 17 91 14 54 0 2B 11E 49 21
Octal 164 27 221 24 124 0 53 436 111 41
Binary 1110100 10111 10010001 10100 1010100 0 101011 100011110 1001001 100001

Color Harmonies of #741791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741791

Black with #741791

Text Example


Text Example

White with #741791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741791; }

 p { color: rgb(116,23,145); }

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

background-color css

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

 a { background-color: rgb(116,23,145); }

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

border-color css

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

 span { border-color: rgb(116,23,145); }

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