Html Css Color HEX #740171 Purple

📋 copy color: '#740171'

red 116 ◦ green 1 ◦ blue 113

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

Shades of Purple #740171

Tints of Purple #740171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 49.13%

R = 50.43%
G = 0.43%
B = 49.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#740171 (or 0x740171) is known color: Purple. HEX triplet: 74, 01 and 71. RGB value is (116,1,113). Sum of RGB (Red+Green+Blue) = 116+1+113=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 1 (0.78% from 255 or 0.43% from 230); Blue value is 113 (44.53% from 255 or 49.13% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #740171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740171 is #8BFE8E. Grayscale: #2F2F2F. Windows color (decimal): -9174671 or 7405940. OLE color: 7405940.

HSL color Cylindrical-coordinate representation of color #740171: hue angle of 301.57º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #740171 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 1 113 -
CMYK 0 0.99 0.03 0.55
HSL 301.57º 0.98% 0.23% -
HSV(B) 301.57º 0.99% 0.45% -
XYZ 10.19 4.93 16.04 -
YUV 48.15 164.6 176.39 -
System Red Green Blue C M Y K H S L
Decimal 116 1 113 0 0.99 0.03 0.55 301.57 0.98 0.23
Hex 74 1 71 0 63 3 37 12E 62 17
Octal 164 1 161 0 143 3 67 456 142 27
Binary 1110100 1 1110001 0 1100011 11 110111 100101110 1100010 10111

Color Harmonies of #740171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740171

Black with #740171

Text Example


Text Example

White with #740171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740171; }

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

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

background-color css

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

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

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

border-color css

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

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

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