#74305D

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

Shades of Palatinate Purple #74305D

Tints of Palatinate Purple #74305D

Color information

#74305D (or 0x74305D) is unknown color: approx Palatinate Purple. HEX triplet: 74, 30 and 5D. RGB value is (116,48,93). Sum of RGB (Red+Green+Blue) = 116+48+93=257 (34% of max value = 765). Red value is 116 (45.70% from 255 or 45.14% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 116 - color contains mainly: red. Hex color #74305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74305D is #8BCFA2. Grayscale: #494949. Windows color (decimal): -9162659 or 6107252. OLE color: 6107252.

HSL color Cylindrical-coordinate representation of color #74305D: hue angle of 320.29º 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 #74305D is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1164893-
CMYK00.590.200.55
HSL320.29º41.46%32.16%-
HSV(B)320.29º58.62%45.49%-
XYZ10.246.6211.09-
YUV73.46139.03158.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.14%
GREEN value IS 48 (19.14% from 255) = 18.68%
BLUE value IS 93 (36.72% from 255) = 36.19%
R=45.14%
G=18.68%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116489300.590.200.55320.2941.4632.16
Hex74305D03B14371402920
Octal1646013507324675005140
Binary11101001100001011101011101110100110111101000000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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