Html Css Color HEX #741180 Purple

📋 copy color: '#741180'

red 116 ◦ green 17 ◦ blue 128

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

Shades of Purple #741180

Tints of Purple #741180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.04%

R = 44.44%
G = 6.51%
B = 49.04%

CMYK

 C value IS 0.09

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#741180 (or 0x741180) is known color: Purple. HEX triplet: 74, 11 and 80. RGB value is (116,17,128). Sum of RGB (Red+Green+Blue) = 116+17+128=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 128 (50.39% from 255 or 49.04% from 261); Max value from RGB is 128 - color contains mainly: blue. Hex color #741180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #741180 is #8BEE7F. Grayscale: #3A3A3A. Windows color (decimal): -9170560 or 8393076. OLE color: 8393076.

HSL color Cylindrical-coordinate representation of color #741180: hue angle of 293.51º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #741180 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 17 128 -
CMYK 0.09 0.87 0 0.50
HSL 293.51º 0.77% 0.28% -
HSV(B) 293.51º 0.87% 0.5% -
XYZ 11.3 5.67 20.92 -
YUV 59.26 166.8 168.47 -
System Red Green Blue C M Y K H S L
Decimal 116 17 128 0.09 0.87 0 0.50 293.51 0.77 0.28
Hex 74 11 80 9 57 0 32 126 4D 1C
Octal 164 21 200 11 127 0 62 446 115 34
Binary 1110100 10001 10000000 1001 1010111 0 110010 100100110 1001101 11100

Color Harmonies of #741180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741180

Black with #741180

Text Example


Text Example

White with #741180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741180; }

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

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

background-color css

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

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

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

border-color css

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

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

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