#741B71

Color #741B71 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #741B71

Tints of Dark Purple #741B71

Color information

#741B71 (or 0x741B71) is unknown color: approx Dark Purple. HEX triplet: 74, 1B and 71. RGB value is (116,27,113). Sum of RGB (Red+Green+Blue) = 116+27+113=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #741B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B71 is #8BE48E. Grayscale: #3F3F3F. Windows color (decimal): -9168015 or 7412596. OLE color: 7412596.

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

Color convert

RGB11627113-
CMYK00.770.030.55
HSL302.02º62.24%28.04%-
HSV(B)302.02º76.72%45.49%-
XYZ10.585.6916.16-
YUV63.41155.99165.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 27 (10.94% from 255) = 10.55%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=45.31%
G=10.55%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162711300.770.030.55302.0262.2428.04
Hex741B7104D33712e3e1c
Octal1643316101153674567634
Binary1110100110111110001010011011111011110010111011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #741B71;
 }
 .AnyTagClassName
 {
   color: #741B71;
 }
</style>
background-color css

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

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

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

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

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

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