Html Css Color HEX #741871 Dark Purple

📋 copy color: '#741871'

red 116 ◦ green 24 ◦ blue 113

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

Shades of Dark Purple #741871

Tints of Dark Purple #741871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.49%

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

R = 45.85%
G = 9.49%
B = 44.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#741871 (or 0x741871) is known color: Dark Purple. HEX triplet: 74, 18 and 71. RGB value is (116,24,113). Sum of RGB (Red+Green+Blue) = 116+24+113=253 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.85% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 113 (44.53% from 255 or 44.66% from 253); Max value from RGB is 116 - color contains mainly: red. Hex color #741871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741871 is #8BE78E. Grayscale: #3D3D3D. Windows color (decimal): -9168783 or 7411828. OLE color: 7411828.

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

Color convert

RGB 116 24 113 -
CMYK 0 0.79 0.03 0.55
HSL 301.96º 0.66% 0.27% -
HSV(B) 301.96º 0.79% 0.45% -
XYZ 10.51 5.56 16.14 -
YUV 61.65 156.98 166.76 -
System Red Green Blue C M Y K H S L
Decimal 116 24 113 0 0.79 0.03 0.55 301.96 0.66 0.27
Hex 74 18 71 0 4F 3 37 12E 42 1B
Octal 164 30 161 0 117 3 67 456 102 33
Binary 1110100 11000 1110001 0 1001111 11 110111 100101110 1000010 11011

Color Harmonies of #741871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741871

Black with #741871

Text Example


Text Example

White with #741871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741871; }

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

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

background-color css

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

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

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

border-color css

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

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

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