Html Css Color HEX #741671 Dark Purple

📋 copy color: '#741671'

red 116 ◦ green 22 ◦ blue 113

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

Shades of Dark Purple #741671

Tints of Dark Purple #741671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

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

R = 46.22%
G = 8.76%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741671 (or 0x741671) is known color: Dark Purple. HEX triplet: 74, 16 and 71. RGB value is (116,22,113). Sum of RGB (Red+Green+Blue) = 116+22+113=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #741671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741671 is #8BE98E. Grayscale: #3C3C3C. Windows color (decimal): -9169295 or 7411316. OLE color: 7411316.

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

Color convert

RGB 116 22 113 -
CMYK 0 0.81 0.03 0.55
HSL 301.91º 0.68% 0.27% -
HSV(B) 301.91º 0.81% 0.45% -
XYZ 10.47 5.48 16.13 -
YUV 60.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 116 22 113 0 0.81 0.03 0.55 301.91 0.68 0.27
Hex 74 16 71 0 51 3 37 12E 44 1B
Octal 164 26 161 0 121 3 67 456 104 33
Binary 1110100 10110 1110001 0 1010001 11 110111 100101110 1000100 11011

Color Harmonies of #741671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741671

Black with #741671

Text Example


Text Example

White with #741671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741671; }

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

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

background-color css

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

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

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

border-color css

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

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

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