#74305C

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

Shades of Palatinate Purple #74305C

Tints of Palatinate Purple #74305C

Color information

#74305C (or 0x74305C) is unknown color: approx Palatinate Purple. HEX triplet: 74, 30 and 5C. RGB value is (116,48,92). Sum of RGB (Red+Green+Blue) = 116+48+92=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 48 (19.14% from 255 or 18.75% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74305C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74305C is #8BCFA3. Grayscale: #494949. Windows color (decimal): -9162660 or 6041716. OLE color: 6041716.

HSL color Cylindrical-coordinate representation of color #74305C: hue angle of 321.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #74305C is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB1164892-
CMYK00.590.210.55
HSL321.18º41.46%32.16%-
HSV(B)321.18º58.62%45.49%-
XYZ10.196.610.86-
YUV73.35138.53158.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 48 (19.14% from 255) = 18.75%
BLUE value IS 92 (36.33% from 255) = 35.94%
R=45.31%
G=18.75%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116489200.590.210.55321.1841.4632.16
Hex74305C03B15371412920
Octal1646013407325675015140
Binary11101001100001011100011101110101110111101000001101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74305C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,48,92); }

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

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

 a { background-color: rgb(116,48,92); }

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

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

 span { border-color: rgb(116,48,92); }

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