Html Css Color HEX #741271 Dark Purple

📋 copy color: '#741271'

red 116 ◦ green 18 ◦ blue 113

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

Shades of Dark Purple #741271

Tints of Dark Purple #741271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.29%

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

R = 46.96%
G = 7.29%
B = 45.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741271 (or 0x741271) is known color: Dark Purple. HEX triplet: 74, 12 and 71. RGB value is (116,18,113). Sum of RGB (Red+Green+Blue) = 116+18+113=247 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.96% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 113 (44.53% from 255 or 45.75% from 247); Max value from RGB is 116 - color contains mainly: red. Hex color #741271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741271 is #8BED8E. Grayscale: #393939. Windows color (decimal): -9170319 or 7410292. OLE color: 7410292.

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

Color convert

RGB 116 18 113 -
CMYK 0 0.84 0.03 0.55
HSL 301.84º 0.73% 0.26% -
HSV(B) 301.84º 0.84% 0.45% -
XYZ 10.4 5.34 16.1 -
YUV 58.13 158.97 169.28 -
System Red Green Blue C M Y K H S L
Decimal 116 18 113 0 0.84 0.03 0.55 301.84 0.73 0.26
Hex 74 12 71 0 54 3 37 12E 49 1A
Octal 164 22 161 0 124 3 67 456 111 32
Binary 1110100 10010 1110001 0 1010100 11 110111 100101110 1001001 11010

Color Harmonies of #741271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741271

Black with #741271

Text Example


Text Example

White with #741271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741271; }

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

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

background-color css

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

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

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

border-color css

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

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

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