#741F5E

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

Shades of Palatinate Purple #741F5E

Tints of Palatinate Purple #741F5E

Color information

#741F5E (or 0x741F5E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 1F and 5E. RGB value is (116,31,94). Sum of RGB (Red+Green+Blue) = 116+31+94=241 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.13% from 241); Green value is 31 (12.5% from 255 or 12.86% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 116 - color contains mainly: red. Hex color #741F5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741F5E is #8BE0A1. Grayscale: #3F3F3F. Windows color (decimal): -9167010 or 6168436. OLE color: 6168436.

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

Color convert

RGB1163194-
CMYK00.730.190.55
HSL315.53º57.82%28.82%-
HSV(B)315.53º73.28%45.49%-
XYZ9.715.511.14-
YUV63.6145.16165.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.13%
GREEN value IS 31 (12.5% from 255) = 12.86%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=48.13%
G=12.86%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116319400.730.190.55315.5357.8228.82
Hex741F5E049133713c3a1d
Octal16437136011123674747235
Binary1110100111111011110010010011001111011110011110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,31,94); }

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

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

 a { background-color: rgb(116,31,94); }

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

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

 span { border-color: rgb(116,31,94); }

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