Html Css Color HEX #740191 Purple

📋 copy color: '#740191'

red 116 ◦ green 1 ◦ blue 145

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

Shades of Purple #740191

Tints of Purple #740191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

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

R = 44.27%
G = 0.38%
B = 55.34%

CMYK

 C value IS 0.2

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#740191 (or 0x740191) is known color: Purple. HEX triplet: 74, 01 and 91. RGB value is (116,1,145). Sum of RGB (Red+Green+Blue) = 116+1+145=262 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.27% from 262); Green value is 1 (0.78% from 255 or 0.38% from 262); Blue value is 145 (57.03% from 255 or 55.34% from 262); Max value from RGB is 145 - color contains mainly: blue. Hex color #740191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740191 is #8BFE6E. Grayscale: #333333. Windows color (decimal): -9174639 or 9503092. OLE color: 9503092.

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

Color convert

RGB 116 1 145 -
CMYK 0.2 0.99 0 0.43
HSL 287.92º 0.99% 0.29% -
HSV(B) 287.92º 0.99% 0.57% -
XYZ 12.32 5.78 27.25 -
YUV 51.8 180.6 173.79 -
System Red Green Blue C M Y K H S L
Decimal 116 1 145 0.2 0.99 0 0.43 287.92 0.99 0.29
Hex 74 1 91 14 63 0 2B 120 63 1D
Octal 164 1 221 24 143 0 53 440 143 35
Binary 1110100 1 10010001 10100 1100011 0 101011 100100000 1100011 11101

Color Harmonies of #740191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740191

Black with #740191

Text Example


Text Example

White with #740191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740191; }

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

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

background-color css

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

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

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

border-color css

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

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

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