#741E5F

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

Shades of Palatinate Purple #741E5F

Tints of Palatinate Purple #741E5F

Color information

#741E5F (or 0x741E5F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 1E and 5F. RGB value is (116,30,95). Sum of RGB (Red+Green+Blue) = 116+30+95=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 95 (37.5% from 255 or 39.42% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #741E5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E5F is #8BE1A0. Grayscale: #3E3E3E. Windows color (decimal): -9167265 or 6233716. OLE color: 6233716.

HSL color Cylindrical-coordinate representation of color #741E5F: hue angle of 314.65º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E5F is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1163095-
CMYK00.740.180.55
HSL314.65º58.9%28.63%-
HSV(B)314.65º74.14%45.49%-
XYZ9.735.4711.37-
YUV63.12145.99165.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 95 (37.5% from 255) = 39.42%
R=48.13%
G=12.45%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116309500.740.180.55314.6558.928.63
Hex741E5F04A123713b3b1d
Octal16436137011222674737335
Binary1110100111101011111010010101001011011110011101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,30,95); }

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

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

 a { background-color: rgb(116,30,95); }

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

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

 span { border-color: rgb(116,30,95); }

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