Html Css Color HEX #741490 Purple

📋 copy color: '#741490'

red 116 ◦ green 20 ◦ blue 144

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

Shades of Purple #741490

Tints of Purple #741490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 41.43%
G = 7.14%
B = 51.43%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#741490 (or 0x741490) is known color: Purple. HEX triplet: 74, 14 and 90. RGB value is (116,20,144). Sum of RGB (Red+Green+Blue) = 116+20+144=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #741490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741490 is #8BEB6F. Grayscale: #3E3E3E. Windows color (decimal): -9169776 or 9442420. OLE color: 9442420.

HSL color Cylindrical-coordinate representation of color #741490: hue angle of 286.45º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #741490 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 20 144 -
CMYK 0.19 0.86 0 0.44
HSL 286.45º 0.76% 0.32% -
HSV(B) 286.45º 0.86% 0.56% -
XYZ 12.49 6.23 26.93 -
YUV 62.84 173.8 165.92 -
System Red Green Blue C M Y K H S L
Decimal 116 20 144 0.19 0.86 0 0.44 286.45 0.76 0.32
Hex 74 14 90 13 56 0 2C 11E 4C 20
Octal 164 24 220 23 126 0 54 436 114 40
Binary 1110100 10100 10010000 10011 1010110 0 101100 100011110 1001100 100000

Color Harmonies of #741490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741490

Black with #741490

Text Example


Text Example

White with #741490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741490; }

 p { color: rgb(116,20,144); }

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

background-color css

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

 a { background-color: rgb(116,20,144); }

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

border-color css

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

 span { border-color: rgb(116,20,144); }

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