#74315E

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

Shades of Palatinate Purple #74315E

Tints of Palatinate Purple #74315E

Color information

#74315E (or 0x74315E) is unknown color: approx Palatinate Purple. HEX triplet: 74, 31 and 5E. RGB value is (116,49,94). Sum of RGB (Red+Green+Blue) = 116+49+94=259 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.79% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 116 - color contains mainly: red. Hex color #74315E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74315E is #8BCEA1. Grayscale: #4A4A4A. Windows color (decimal): -9162402 or 6173044. OLE color: 6173044.

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

Color convert

RGB1164994-
CMYK00.580.190.55
HSL319.7º40.61%32.35%-
HSV(B)319.7º57.76%45.49%-
XYZ10.326.7211.34-
YUV74.16139.2157.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.79%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=44.79%
G=18.92%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116499400.580.190.55319.740.6132.35
Hex74315E03A13371402920
Octal1646113607223675005140
Binary11101001100011011110011101010011110111101000000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74315E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74315E; }

 p { color: rgb(116,49,94); }

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

<style>
 a { background-color: #74315E; }

 a { background-color: rgb(116,49,94); }

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

<style>
 span { border-color: #74315E; }

 span { border-color: rgb(116,49,94); }

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