#741B7A

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

Shades of Dark Purple #741B7A

Tints of Dark Purple #741B7A

Color information

#741B7A (or 0x741B7A) is unknown color: approx Dark Purple. HEX triplet: 74, 1B and 7A. RGB value is (116,27,122). Sum of RGB (Red+Green+Blue) = 116+27+122=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 27 (10.94% from 255 or 10.19% from 265); Blue value is 122 (48.05% from 255 or 46.04% from 265); Max value from RGB is 122 - color contains mainly: blue. Hex color #741B7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741B7A is #8BE485. Grayscale: #404040. Windows color (decimal): -9168006 or 8002420. OLE color: 8002420.

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

Color convert

RGB11627122-
CMYK0.050.7800.52
HSL296.21º63.76%29.22%-
HSV(B)296.21º77.87%47.84%-
XYZ11.115.918.97-
YUV64.44160.49164.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 27 (10.94% from 255) = 10.19%
BLUE value IS 122 (48.05% from 255) = 46.04%
R=43.77%
G=10.19%
B=46.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal116271220.050.7800.52296.2163.7629.22
Hex741B7A54E034128401d
Octal16433172511606445010035
Binary111010011011111101010110011100110100100101000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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