Html Css Color HEX #741971 Dark Purple

📋 copy color: '#741971'

red 116 ◦ green 25 ◦ blue 113

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

Shades of Dark Purple #741971

Tints of Dark Purple #741971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

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

R = 45.67%
G = 9.84%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741971 (or 0x741971) is known color: Dark Purple. HEX triplet: 74, 19 and 71. RGB value is (116,25,113). Sum of RGB (Red+Green+Blue) = 116+25+113=254 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.67% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 116 - color contains mainly: red. Hex color #741971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741971 is #8BE68E. Grayscale: #3D3D3D. Windows color (decimal): -9168527 or 7412084. OLE color: 7412084.

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

Color convert

RGB 116 25 113 -
CMYK 0 0.78 0.03 0.55
HSL 301.98º 0.65% 0.28% -
HSV(B) 301.98º 0.78% 0.45% -
XYZ 10.53 5.6 16.15 -
YUV 62.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 116 25 113 0 0.78 0.03 0.55 301.98 0.65 0.28
Hex 74 19 71 0 4E 3 37 12E 41 1C
Octal 164 31 161 0 116 3 67 456 101 34
Binary 1110100 11001 1110001 0 1001110 11 110111 100101110 1000001 11100

Color Harmonies of #741971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741971

Black with #741971

Text Example


Text Example

White with #741971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741971; }

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

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

background-color css

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

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

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

border-color css

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

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

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