#742057

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

Shades of Palatinate Purple #742057

Tints of Palatinate Purple #742057

Color information

#742057 (or 0x742057) is unknown color: approx Palatinate Purple. HEX triplet: 74, 20 and 57. RGB value is (116,32,87). Sum of RGB (Red+Green+Blue) = 116+32+87=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 32 (12.89% from 255 or 13.62% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #742057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742057 is #8BDFA8. Grayscale: #3F3F3F. Windows color (decimal): -9166761 or 5709940. OLE color: 5709940.

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

Color convert

RGB1163287-
CMYK00.720.250.55
HSL320.71º56.76%29.02%-
HSV(B)320.71º72.41%45.49%-
XYZ9.445.439.57-
YUV63.39141.33165.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 32 (12.89% from 255) = 13.62%
BLUE value IS 87 (34.38% from 255) = 37.02%
R=49.36%
G=13.62%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116328700.720.250.55320.7156.7629.02
Hex7420570481937141391d
Octal16440127011031675017135
Binary11101001000001010111010010001100111011110100000111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742057; }

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

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

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

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

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

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

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

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