#74345D

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

Shades of Palatinate Purple #74345D

Tints of Palatinate Purple #74345D

Color information

#74345D (or 0x74345D) is unknown color: approx Palatinate Purple. HEX triplet: 74, 34 and 5D. RGB value is (116,52,93). Sum of RGB (Red+Green+Blue) = 116+52+93=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 52 (20.70% from 255 or 19.92% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 116 - color contains mainly: red. Hex color #74345D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74345D is #8BCBA2. Grayscale: #4B4B4B. Windows color (decimal): -9161635 or 6108276. OLE color: 6108276.

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

Color convert

RGB1165293-
CMYK00.550.200.55
HSL321.56º38.1%32.94%-
HSV(B)321.56º55.17%45.49%-
XYZ10.416.9611.15-
YUV75.81137.7156.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 52 (20.70% from 255) = 19.92%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=44.44%
G=19.92%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116529300.550.200.55321.5638.132.94
Hex74345D03714371422621
Octal1646413506724675024641
Binary11101001101001011101011011110100110111101000010100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74345D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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