#74245A

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

Shades of Palatinate Purple #74245A

Tints of Palatinate Purple #74245A

Color information

#74245A (or 0x74245A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 24 and 5A. RGB value is (116,36,90). Sum of RGB (Red+Green+Blue) = 116+36+90=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 90 (35.55% from 255 or 37.19% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #74245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74245A is #8BDBA5. Grayscale: #414141. Windows color (decimal): -9165734 or 5907572. OLE color: 5907572.

HSL color Cylindrical-coordinate representation of color #74245A: hue angle of 319.5º degrees, saturation: 0.53, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74245A is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1163690-
CMYK00.690.220.55
HSL319.5º52.63%29.8%-
HSV(B)319.5º68.97%45.49%-
XYZ9.685.7110.27-
YUV66.08141.5163.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 36 (14.45% from 255) = 14.88%
BLUE value IS 90 (35.55% from 255) = 37.19%
R=47.93%
G=14.88%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116369000.690.220.55319.552.6329.8
Hex74245A0451637140351e
Octal16444132010526675006536
Binary11101001001001011010010001011011011011110100000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74245A; }

 p { color: rgb(116,36,90); }

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

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

 a { background-color: rgb(116,36,90); }

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

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

 span { border-color: rgb(116,36,90); }

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