#74326C

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

Shades of Palatinate Purple #74326C

Tints of Palatinate Purple #74326C

Color information

#74326C (or 0x74326C) is unknown color: approx Palatinate Purple. HEX triplet: 74, 32 and 6C. RGB value is (116,50,108). Sum of RGB (Red+Green+Blue) = 116+50+108=274 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.34% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 116 - color contains mainly: red. Hex color #74326C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74326C is #8BCD93. Grayscale: #4C4C4C. Windows color (decimal): -9162132 or 7090804. OLE color: 7090804.

HSL color Cylindrical-coordinate representation of color #74326C: hue angle of 307.27º 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 #74326C is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11650108-
CMYK00.570.070.55
HSL307.27º39.76%32.55%-
HSV(B)307.27º56.9%45.49%-
XYZ11.057.0814.97-
YUV76.35145.87156.28-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.34%
GREEN value IS 50 (19.92% from 255) = 18.25%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=42.34%
G=18.25%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165010800.570.070.55307.2739.7632.55
Hex74326C0397371332821
Octal164621540717674635041
Binary111010011001011011000111001111110111100110011101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74326C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74326C; }

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

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

<style>
 a { background-color: #74326C; }

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

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

<style>
 span { border-color: #74326C; }

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

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