Html Css Color HEX #741391 Purple

📋 copy color: '#741391'

red 116 ◦ green 19 ◦ blue 145

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

Shades of Purple #741391

Tints of Purple #741391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.79%

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

R = 41.43%
G = 6.79%
B = 51.79%

CMYK

 C value IS 0.2

 M value IS 0.87

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#741391 (or 0x741391) is known color: Purple. HEX triplet: 74, 13 and 91. RGB value is (116,19,145). Sum of RGB (Red+Green+Blue) = 116+19+145=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 145 (57.03% from 255 or 51.79% from 280); Max value from RGB is 145 - color contains mainly: blue. Hex color #741391 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741391 is #8BEC6E. Grayscale: #3D3D3D. Windows color (decimal): -9170031 or 9507700. OLE color: 9507700.

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

Color convert

RGB 116 19 145 -
CMYK 0.2 0.87 0 0.43
HSL 286.19º 0.77% 0.32% -
HSV(B) 286.19º 0.87% 0.57% -
XYZ 12.55 6.22 27.33 -
YUV 62.37 174.64 166.25 -
System Red Green Blue C M Y K H S L
Decimal 116 19 145 0.2 0.87 0 0.43 286.19 0.77 0.32
Hex 74 13 91 14 57 0 2B 11E 4D 20
Octal 164 23 221 24 127 0 53 436 115 40
Binary 1110100 10011 10010001 10100 1010111 0 101011 100011110 1001101 100000

Color Harmonies of #741391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741391

Black with #741391

Text Example


Text Example

White with #741391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741391; }

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

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

background-color css

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

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

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

border-color css

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

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

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