Html Css Color HEX #740871 Purple

📋 copy color: '#740871'

red 116 ◦ green 8 ◦ blue 113

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

Shades of Purple #740871

Tints of Purple #740871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

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

R = 48.95%
G = 3.38%
B = 47.68%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#740871 (or 0x740871) is known color: Purple. HEX triplet: 74, 08 and 71. RGB value is (116,8,113). Sum of RGB (Red+Green+Blue) = 116+8+113=237 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.95% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 113 (44.53% from 255 or 47.68% from 237); Max value from RGB is 116 - color contains mainly: red. Hex color #740871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740871 is #8BF78E. Grayscale: #333333. Windows color (decimal): -9172879 or 7407732. OLE color: 7407732.

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

Color convert

RGB 116 8 113 -
CMYK 0 0.93 0.03 0.55
HSL 301.67º 0.87% 0.24% -
HSV(B) 301.67º 0.93% 0.45% -
XYZ 10.27 5.08 16.06 -
YUV 52.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 116 8 113 0 0.93 0.03 0.55 301.67 0.87 0.24
Hex 74 8 71 0 5D 3 37 12E 57 18
Octal 164 10 161 0 135 3 67 456 127 30
Binary 1110100 1000 1110001 0 1011101 11 110111 100101110 1010111 11000

Color Harmonies of #740871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740871

Black with #740871

Text Example


Text Example

White with #740871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740871; }

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

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

background-color css

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

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

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

border-color css

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

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

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