#74355f

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

Shades of Palatinate Purple #74355F

Tints of Palatinate Purple #74355F

Color information

#74355F (or 0x74355F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 35 and 5F. RGB value is (116,53,95). Sum of RGB (Red+Green+Blue) = 116+53+95=264 (34% of max value = 765). Red value is 116 (45.70% from 255 or 43.94% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 95 (37.5% from 255 or 35.98% from 264); Max value from RGB is 116 - color contains mainly: red. Hex color #74355F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74355F is #8BCAA0. Grayscale: #4C4C4C. Windows color (decimal): -9161377 or 6239604. OLE color: 6239604.

HSL color Cylindrical-coordinate representation of color #74355F: hue angle of 320º 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 #74355F is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1165395-
CMYK00.540.180.55
HSL320º37.28%33.14%-
HSV(B)320º54.31%45.49%-
XYZ10.547.0911.64-
YUV76.62138.37156.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.94%
GREEN value IS 53 (21.09% from 255) = 20.08%
BLUE value IS 95 (37.5% from 255) = 35.98%
R=43.94%
G=20.08%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116539500.540.180.5532037.2833.14
Hex74355F03612371402521
Octal1646513706622675004541
Binary11101001101011011111011011010010110111101000000100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74355f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74355f; }

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

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

<style>
 a { background-color: #74355f; }

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

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

<style>
 span { border-color: #74355f; }

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

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