Html Css Color HEX #741191 Purple

📋 copy color: '#741191'

red 116 ◦ green 17 ◦ blue 145

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

Shades of Purple #741191

Tints of Purple #741191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.12%

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

R = 41.73%
G = 6.12%
B = 52.16%

CMYK

 C value IS 0.2

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#741191 (or 0x741191) is known color: Purple. HEX triplet: 74, 11 and 91. RGB value is (116,17,145). Sum of RGB (Red+Green+Blue) = 116+17+145=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #741191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741191 is #8BEE6E. Grayscale: #3C3C3C. Windows color (decimal): -9170543 or 9507188. OLE color: 9507188.

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

Color convert

RGB 116 17 145 -
CMYK 0.2 0.88 0 0.43
HSL 286.41º 0.79% 0.32% -
HSV(B) 286.41º 0.88% 0.57% -
XYZ 12.51 6.16 27.32 -
YUV 61.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 116 17 145 0.2 0.88 0 0.43 286.41 0.79 0.32
Hex 74 11 91 14 58 0 2B 11E 4F 20
Octal 164 21 221 24 130 0 53 436 117 40
Binary 1110100 10001 10010001 10100 1011000 0 101011 100011110 1001111 100000

Color Harmonies of #741191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741191

Black with #741191

Text Example


Text Example

White with #741191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741191; }

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

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

background-color css

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

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

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

border-color css

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

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

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