Html Css Color HEX #740471 Purple

📋 copy color: '#740471'

red 116 ◦ green 4 ◦ blue 113

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

Shades of Purple #740471

Tints of Purple #740471

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.72%

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

R = 49.79%
G = 1.72%
B = 48.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#740471 (or 0x740471) is known color: Purple. HEX triplet: 74, 04 and 71. RGB value is (116,4,113). Sum of RGB (Red+Green+Blue) = 116+4+113=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 113 (44.53% from 255 or 48.50% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #740471 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740471 is #8BFB8E. Grayscale: #313131. Windows color (decimal): -9173903 or 7406708. OLE color: 7406708.

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

Color convert

RGB 116 4 113 -
CMYK 0 0.97 0.03 0.55
HSL 301.61º 0.93% 0.24% -
HSV(B) 301.61º 0.97% 0.45% -
XYZ 10.23 4.99 16.05 -
YUV 49.91 163.61 175.14 -
System Red Green Blue C M Y K H S L
Decimal 116 4 113 0 0.97 0.03 0.55 301.61 0.93 0.24
Hex 74 4 71 0 61 3 37 12E 5D 18
Octal 164 4 161 0 141 3 67 456 135 30
Binary 1110100 100 1110001 0 1100001 11 110111 100101110 1011101 11000

Color Harmonies of #740471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740471

Black with #740471

Text Example


Text Example

White with #740471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740471; }

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

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

background-color css

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

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

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

border-color css

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

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

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