Html Css Color HEX #741771 Dark Purple

📋 copy color: '#741771'

red 116 ◦ green 23 ◦ blue 113

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

Shades of Dark Purple #741771

Tints of Dark Purple #741771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

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

R = 46.03%
G = 9.13%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741771 (or 0x741771) is known color: Dark Purple. HEX triplet: 74, 17 and 71. RGB value is (116,23,113). Sum of RGB (Red+Green+Blue) = 116+23+113=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 113 (44.53% from 255 or 44.84% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #741771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741771 is #8BE88E. Grayscale: #3C3C3C. Windows color (decimal): -9169039 or 7411572. OLE color: 7411572.

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

Color convert

RGB 116 23 113 -
CMYK 0 0.80 0.03 0.55
HSL 301.94º 0.67% 0.27% -
HSV(B) 301.94º 0.8% 0.45% -
XYZ 10.49 5.52 16.14 -
YUV 61.07 157.31 167.18 -
System Red Green Blue C M Y K H S L
Decimal 116 23 113 0 0.80 0.03 0.55 301.94 0.67 0.27
Hex 74 17 71 0 50 3 37 12E 43 1B
Octal 164 27 161 0 120 3 67 456 103 33
Binary 1110100 10111 1110001 0 1010000 11 110111 100101110 1000011 11011

Color Harmonies of #741771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741771

Black with #741771

Text Example


Text Example

White with #741771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741771; }

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

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

background-color css

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

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

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

border-color css

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

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

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