#74356A

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

Shades of Palatinate Purple #74356A

Tints of Palatinate Purple #74356A

Color information

#74356A (or 0x74356A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 35 and 6A. RGB value is (116,53,106). Sum of RGB (Red+Green+Blue) = 116+53+106=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74356A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74356A is #8BCA95. Grayscale: #4D4D4D. Windows color (decimal): -9161366 or 6960500. OLE color: 6960500.

HSL color Cylindrical-coordinate representation of color #74356A: hue angle of 309.52º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74356A is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11653106-
CMYK00.540.090.55
HSL309.52º37.28%33.14%-
HSV(B)309.52º54.31%45.49%-
XYZ11.087.314.46-
YUV77.88143.87155.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 53 (21.09% from 255) = 19.27%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=42.18%
G=19.27%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165310600.540.090.55309.5237.2833.14
Hex74356A0369371362521
Octal1646515206611674664541
Binary1110100110101110101001101101001110111100110110100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,53,106); }

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

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

 a { background-color: rgb(116,53,106); }

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

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

 span { border-color: rgb(116,53,106); }

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