Html Css Color HEX #741D71 Dark Purple

📋 copy color: '#741D71'

red 116 ◦ green 29 ◦ blue 113

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

Shades of Dark Purple #741D71

Tints of Dark Purple #741D71

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.24%

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

R = 44.96%
G = 11.24%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741D71 (or 0x741D71) is known color: Dark Purple. HEX triplet: 74, 1D and 71. RGB value is (116,29,113). Sum of RGB (Red+Green+Blue) = 116+29+113=258 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.96% from 258); Green value is 29 (11.72% from 255 or 11.24% from 258); Blue value is 113 (44.53% from 255 or 43.80% from 258); Max value from RGB is 116 - color contains mainly: red. Hex color #741D71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741D71 is #8BE28E. Grayscale: #404040. Windows color (decimal): -9167503 or 7413108. OLE color: 7413108.

HSL color Cylindrical-coordinate representation of color #741D71: hue angle of 302.07º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D71 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 113 -
CMYK 0 0.75 0.03 0.55
HSL 302.07º 0.6% 0.28% -
HSV(B) 302.07º 0.75% 0.45% -
XYZ 10.62 5.78 16.18 -
YUV 64.59 155.32 164.67 -
System Red Green Blue C M Y K H S L
Decimal 116 29 113 0 0.75 0.03 0.55 302.07 0.6 0.28
Hex 74 1D 71 0 4B 3 37 12E 3C 1C
Octal 164 35 161 0 113 3 67 456 74 34
Binary 1110100 11101 1110001 0 1001011 11 110111 100101110 111100 11100

Color Harmonies of #741D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D71

Black with #741D71

Text Example


Text Example

White with #741D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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