#74245D

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

Shades of Palatinate Purple #74245D

Tints of Palatinate Purple #74245D

Color information

#74245D (or 0x74245D) is unknown color: approx Palatinate Purple. HEX triplet: 74, 24 and 5D. RGB value is (116,36,93). Sum of RGB (Red+Green+Blue) = 116+36+93=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #74245D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74245D is #8BDBA2. Grayscale: #424242. Windows color (decimal): -9165731 or 6104180. OLE color: 6104180.

HSL color Cylindrical-coordinate representation of color #74245D: hue angle of 317.25º 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 #74245D is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1163693-
CMYK00.690.200.55
HSL317.25º52.63%29.8%-
HSV(B)317.25º68.97%45.49%-
XYZ9.815.7710.95-
YUV66.42143163.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 36 (14.45% from 255) = 14.69%
BLUE value IS 93 (36.72% from 255) = 37.96%
R=47.35%
G=14.69%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116369300.690.200.55317.2552.6329.8
Hex74245D045143713d351e
Octal16444135010524674756536
Binary11101001001001011101010001011010011011110011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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