Html Css Color HEX #740591 Purple

📋 copy color: '#740591'

red 116 ◦ green 5 ◦ blue 145

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

Shades of Purple #740591

Tints of Purple #740591

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

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

R = 43.61%
G = 1.88%
B = 54.51%

CMYK

 C value IS 0.2

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#740591 (or 0x740591) is known color: Purple. HEX triplet: 74, 05 and 91. RGB value is (116,5,145). Sum of RGB (Red+Green+Blue) = 116+5+145=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 145 (57.03% from 255 or 54.51% from 266); Max value from RGB is 145 - color contains mainly: blue. Hex color #740591 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740591 is #8BFA6E. Grayscale: #353535. Windows color (decimal): -9173615 or 9504116. OLE color: 9504116.

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

Color convert

RGB 116 5 145 -
CMYK 0.2 0.97 0 0.43
HSL 287.57º 0.93% 0.29% -
HSV(B) 287.57º 0.97% 0.57% -
XYZ 12.37 5.87 27.27 -
YUV 54.15 179.27 172.12 -
System Red Green Blue C M Y K H S L
Decimal 116 5 145 0.2 0.97 0 0.43 287.57 0.93 0.29
Hex 74 5 91 14 61 0 2B 120 5D 1D
Octal 164 5 221 24 141 0 53 440 135 35
Binary 1110100 101 10010001 10100 1100001 0 101011 100100000 1011101 11101

Color Harmonies of #740591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740591

Black with #740591

Text Example


Text Example

White with #740591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740591; }

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

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

background-color css

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

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

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

border-color css

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

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

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