#74365F

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

Shades of Palatinate Purple #74365F

Tints of Palatinate Purple #74365F

Color information

#74365F (or 0x74365F) is unknown color: approx Palatinate Purple. HEX triplet: 74, 36 and 5F. RGB value is (116,54,95). Sum of RGB (Red+Green+Blue) = 116+54+95=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 95 (37.5% from 255 or 35.85% from 265); Max value from RGB is 116 - color contains mainly: red. Hex color #74365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74365F is #8BC9A0. Grayscale: #4D4D4D. Windows color (decimal): -9161121 or 6239860. OLE color: 6239860.

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

Color convert

RGB1165495-
CMYK00.530.180.55
HSL320.32º36.47%33.33%-
HSV(B)320.32º53.45%45.49%-
XYZ10.597.1811.65-
YUV77.21138.04155.67-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.77%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 95 (37.5% from 255) = 35.85%
R=43.77%
G=20.38%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116549500.530.180.55320.3236.4733.33
Hex74365F03512371402421
Octal1646613706522675004441
Binary11101001101101011111011010110010110111101000000100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74365F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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