Html Css Color HEX #741371 Dark Purple

📋 copy color: '#741371'

red 116 ◦ green 19 ◦ blue 113

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

Shades of Dark Purple #741371

Tints of Dark Purple #741371

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

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

R = 46.77%
G = 7.66%
B = 45.56%

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

#741371 (or 0x741371) is known color: Dark Purple. HEX triplet: 74, 13 and 71. RGB value is (116,19,113). Sum of RGB (Red+Green+Blue) = 116+19+113=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #741371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741371 is #8BEC8E. Grayscale: #3A3A3A. Windows color (decimal): -9170063 or 7410548. OLE color: 7410548.

HSL color Cylindrical-coordinate representation of color #741371: hue angle of 301.86º degrees, saturation: 0.72, 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 #741371 is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 113 -
CMYK 0 0.84 0.03 0.55
HSL 301.86º 0.72% 0.26% -
HSV(B) 301.86º 0.84% 0.45% -
XYZ 10.42 5.37 16.11 -
YUV 58.72 158.64 168.86 -
System Red Green Blue C M Y K H S L
Decimal 116 19 113 0 0.84 0.03 0.55 301.86 0.72 0.26
Hex 74 13 71 0 54 3 37 12E 48 1A
Octal 164 23 161 0 124 3 67 456 110 32
Binary 1110100 10011 1110001 0 1010100 11 110111 100101110 1001000 11010

Color Harmonies of #741371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741371

Black with #741371

Text Example


Text Example

White with #741371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741371; }

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

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

background-color css

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

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

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

border-color css

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

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

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