#74385F

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

Shades of Palatinate Purple #74385F

Tints of Palatinate Purple #74385F

Color information

#74385F (or 0x74385F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 38 and 5F. RGB value is (116,56,95). Sum of RGB (Red+Green+Blue) = 116+56+95=267 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.45% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 116 - color contains mainly: red. Hex color #74385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74385F is #8BC7A0. Grayscale: #4E4E4E. Windows color (decimal): -9160609 or 6240372. OLE color: 6240372.

HSL color Cylindrical-coordinate representation of color #74385F: hue angle of 321º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74385F is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB1165695-
CMYK00.520.180.55
HSL321º34.88%33.73%-
HSV(B)321º51.72%45.49%-
XYZ10.687.3711.69-
YUV78.39137.38154.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.45%
GREEN value IS 56 (22.27% from 255) = 20.97%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=43.45%
G=20.97%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116569500.520.180.5532134.8833.73
Hex74385F03412371412322
Octal1647013706422675014342
Binary11101001110001011111011010010010110111101000001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74385F; }

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

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

<style>
 a { background-color: #74385F; }

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

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

<style>
 span { border-color: #74385F; }

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

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