Html Css Color HEX #740C71 Purple

📋 copy color: '#740C71'

red 116 ◦ green 12 ◦ blue 113

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

Shades of Purple #740C71

Tints of Purple #740C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

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

R = 48.13%
G = 4.98%
B = 46.89%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#740C71 (or 0x740C71) is known color: Purple. HEX triplet: 74, 0C and 71. RGB value is (116,12,113). Sum of RGB (Red+Green+Blue) = 116+12+113=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 113 (44.53% from 255 or 46.89% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #740C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #740C71 is #8BF38E. Grayscale: #363636. Windows color (decimal): -9171855 or 7408756. OLE color: 7408756.

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

Color convert

RGB 116 12 113 -
CMYK 0 0.90 0.03 0.55
HSL 301.73º 0.81% 0.25% -
HSV(B) 301.73º 0.9% 0.45% -
XYZ 10.31 5.17 16.08 -
YUV 54.61 160.96 171.79 -
System Red Green Blue C M Y K H S L
Decimal 116 12 113 0 0.90 0.03 0.55 301.73 0.81 0.25
Hex 74 C 71 0 5A 3 37 12E 51 19
Octal 164 14 161 0 132 3 67 456 121 31
Binary 1110100 1100 1110001 0 1011010 11 110111 100101110 1010001 11001

Color Harmonies of #740C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740C71

Black with #740C71

Text Example


Text Example

White with #740C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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