#741C7A

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

Shades of Dark Purple #741C7A

Tints of Dark Purple #741C7A

Color information

#741C7A (or 0x741C7A) is unknown color: approx Dark Purple. HEX triplet: 74, 1C and 7A. RGB value is (116,28,122). Sum of RGB (Red+Green+Blue) = 116+28+122=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 28 (11.33% from 255 or 10.53% from 266); Blue value is 122 (48.05% from 255 or 45.86% from 266); Max value from RGB is 122 - color contains mainly: blue. Hex color #741C7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741C7A is #8BE385. Grayscale: #404040. Windows color (decimal): -9167750 or 8002676. OLE color: 8002676.

HSL color Cylindrical-coordinate representation of color #741C7A: hue angle of 296.17º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #741C7A is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11628122-
CMYK0.050.7700.52
HSL296.17º62.67%29.41%-
HSV(B)296.17º77.05%47.84%-
XYZ11.135.9518.97-
YUV65.03160.15164.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 28 (11.33% from 255) = 10.53%
BLUE value IS 122 (48.05% from 255) = 45.86%
R=43.61%
G=10.53%
B=45.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116281220.050.7700.52296.1762.6729.41
Hex741C7A54D0341283f1d
Octal1643417251150644507735
Binary11101001110011110101011001101011010010010100011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,28,122); }

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

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

 a { background-color: rgb(116,28,122); }

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

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

 span { border-color: rgb(116,28,122); }

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