#741457

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

Shades of Palatinate Purple #741457

Tints of Palatinate Purple #741457

Color information

#741457 (or 0x741457) is unknown color: approx Palatinate Purple. HEX triplet: 74, 14 and 57. RGB value is (116,20,87). Sum of RGB (Red+Green+Blue) = 116+20+87=223 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.02% from 223); Green value is 20 (8.20% from 255 or 8.97% from 223); Blue value is 87 (34.38% from 255 or 39.01% from 223); Max value from RGB is 116 - color contains mainly: red. Hex color #741457 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741457 is #8BEBA8. Grayscale: #383838. Windows color (decimal): -9169833 or 5706868. OLE color: 5706868.

HSL color Cylindrical-coordinate representation of color #741457: hue angle of 318.12º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #741457 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB1162087-
CMYK00.830.250.55
HSL318.12º70.59%26.67%-
HSV(B)318.12º82.76%45.49%-
XYZ9.174.99.48-
YUV56.34145.3170.55-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.02%
GREEN value IS 20 (8.20% from 255) = 8.97%
BLUE value IS 87 (34.38% from 255) = 39.01%
R=52.02%
G=8.97%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116208700.830.250.55318.1270.5926.67
Hex741457053193713e471b
Octal164241270123316747610733
Binary11101001010010101110101001111001110111100111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741457; }

 p { color: rgb(116,20,87); }

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

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

 a { background-color: rgb(116,20,87); }

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

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

 span { border-color: rgb(116,20,87); }

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