#741357

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

Shades of Palatinate Purple #741357

Tints of Palatinate Purple #741357

Color information

#741357 (or 0x741357) is unknown color: approx Palatinate Purple. HEX triplet: 74, 13 and 57. RGB value is (116,19,87). Sum of RGB (Red+Green+Blue) = 116+19+87=222 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.25% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 87 (34.38% from 255 or 39.19% from 222); Max value from RGB is 116 - color contains mainly: red. Hex color #741357 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741357 is #8BECA8. Grayscale: #373737. Windows color (decimal): -9170089 or 5706612. OLE color: 5706612.

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

Color convert

RGB1161987-
CMYK00.840.250.55
HSL317.94º71.85%26.47%-
HSV(B)317.94º83.62%45.49%-
XYZ9.164.879.47-
YUV55.76145.64170.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 52.25%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 87 (34.38% from 255) = 39.19%
R=52.25%
G=8.56%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116198700.840.250.55317.9471.8526.47
Hex741357054193713e481a
Octal164231270124316747611032
Binary11101001001110101110101010011001110111100111110100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741357; }

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

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

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

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

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

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

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

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