#74325D

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

Shades of Palatinate Purple #74325D

Tints of Palatinate Purple #74325D

Color information

#74325D (or 0x74325D) is unknown color: approx Palatinate Purple. HEX triplet: 74, 32 and 5D. RGB value is (116,50,93). Sum of RGB (Red+Green+Blue) = 116+50+93=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 50 (19.92% from 255 or 19.31% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74325D is #8BCDA2. Grayscale: #4A4A4A. Windows color (decimal): -9162147 or 6107764. OLE color: 6107764.

HSL color Cylindrical-coordinate representation of color #74325D: hue angle of 320.91º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #74325D is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1165093-
CMYK00.570.200.55
HSL320.91º39.76%32.55%-
HSV(B)320.91º56.9%45.49%-
XYZ10.326.7811.12-
YUV74.64138.37157.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 50 (19.92% from 255) = 19.31%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=44.79%
G=19.31%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116509300.570.200.55320.9139.7632.55
Hex74325D03914371412821
Octal1646213507124675015041
Binary11101001100101011101011100110100110111101000001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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