Html Css Color HEX #740671 Purple

📋 copy color: '#740671'

red 116 ◦ green 6 ◦ blue 113

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

Shades of Purple #740671

Tints of Purple #740671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.55%

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

R = 49.36%
G = 2.55%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#740671 (or 0x740671) is known color: Purple. HEX triplet: 74, 06 and 71. RGB value is (116,6,113). Sum of RGB (Red+Green+Blue) = 116+6+113=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #740671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740671 is #8BF98E. Grayscale: #323232. Windows color (decimal): -9173391 or 7407220. OLE color: 7407220.

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

Color convert

RGB 116 6 113 -
CMYK 0 0.95 0.03 0.55
HSL 301.64º 0.9% 0.24% -
HSV(B) 301.64º 0.95% 0.45% -
XYZ 10.25 5.04 16.05 -
YUV 51.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 116 6 113 0 0.95 0.03 0.55 301.64 0.9 0.24
Hex 74 6 71 0 5F 3 37 12E 5A 18
Octal 164 6 161 0 137 3 67 456 132 30
Binary 1110100 110 1110001 0 1011111 11 110111 100101110 1011010 11000

Color Harmonies of #740671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740671

Black with #740671

Text Example


Text Example

White with #740671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740671; }

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

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

background-color css

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

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

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

border-color css

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

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

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