Html Css Color HEX #740891 Purple

📋 copy color: '#740891'

red 116 ◦ green 8 ◦ blue 145

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

Shades of Purple #740891

Tints of Purple #740891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.97%

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

R = 43.12%
G = 2.97%
B = 53.9%

CMYK

 C value IS 0.2

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#740891 (or 0x740891) is known color: Purple. HEX triplet: 74, 08 and 91. RGB value is (116,8,145). Sum of RGB (Red+Green+Blue) = 116+8+145=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 8 (3.52% from 255 or 2.97% from 269); Blue value is 145 (57.03% from 255 or 53.90% from 269); Max value from RGB is 145 - color contains mainly: blue. Hex color #740891 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #740891 is #8BF76E. Grayscale: #373737. Windows color (decimal): -9172847 or 9504884. OLE color: 9504884.

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

Color convert

RGB 116 8 145 -
CMYK 0.2 0.94 0 0.43
HSL 287.3º 0.9% 0.3% -
HSV(B) 287.3º 0.94% 0.57% -
XYZ 12.4 5.93 27.28 -
YUV 55.91 178.28 170.86 -
System Red Green Blue C M Y K H S L
Decimal 116 8 145 0.2 0.94 0 0.43 287.3 0.9 0.3
Hex 74 8 91 14 5E 0 2B 11F 5A 1E
Octal 164 10 221 24 136 0 53 437 132 36
Binary 1110100 1000 10010001 10100 1011110 0 101011 100011111 1011010 11110

Color Harmonies of #740891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740891

Black with #740891

Text Example


Text Example

White with #740891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740891; }

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

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

background-color css

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

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

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

border-color css

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

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

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