Html Css Color HEX #741190 Purple

📋 copy color: '#741190'

red 116 ◦ green 17 ◦ blue 144

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

Shades of Purple #741190

Tints of Purple #741190

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.14%

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

R = 41.88%
G = 6.14%
B = 51.99%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#741190 (or 0x741190) is known color: Purple. HEX triplet: 74, 11 and 90. RGB value is (116,17,144). Sum of RGB (Red+Green+Blue) = 116+17+144=277 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.88% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #741190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741190 is #8BEE6F. Grayscale: #3C3C3C. Windows color (decimal): -9170544 or 9441652. OLE color: 9441652.

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

Color convert

RGB 116 17 144 -
CMYK 0.19 0.88 0 0.44
HSL 286.77º 0.79% 0.32% -
HSV(B) 286.77º 0.88% 0.56% -
XYZ 12.44 6.13 26.91 -
YUV 61.08 174.8 167.17 -
System Red Green Blue C M Y K H S L
Decimal 116 17 144 0.19 0.88 0 0.44 286.77 0.79 0.32
Hex 74 11 90 13 58 0 2C 11F 4F 20
Octal 164 21 220 23 130 0 54 437 117 40
Binary 1110100 10001 10010000 10011 1011000 0 101100 100011111 1001111 100000

Color Harmonies of #741190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741190

Black with #741190

Text Example


Text Example

White with #741190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741190; }

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

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

background-color css

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

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

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

border-color css

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

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

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