#74316B

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

Shades of Palatinate Purple #74316B

Tints of Palatinate Purple #74316B

Color information

#74316B (or 0x74316B) is unknown color: approx Palatinate Purple. HEX triplet: 74, 31 and 6B. RGB value is (116,49,107). Sum of RGB (Red+Green+Blue) = 116+49+107=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #74316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74316B is #8BCE94. Grayscale: #4B4B4B. Windows color (decimal): -9162389 or 7025012. OLE color: 7025012.

HSL color Cylindrical-coordinate representation of color #74316B: hue angle of 308.06º 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 #74316B is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11649107-
CMYK00.580.080.55
HSL308.06º40.61%32.35%-
HSV(B)308.06º57.76%45.49%-
XYZ10.956.9714.68-
YUV75.64145.7156.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 49 (19.53% from 255) = 18.01%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=42.65%
G=18.01%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164910700.580.080.55308.0640.6132.35
Hex74316B03A8371342920
Octal1646115307210674645140
Binary1110100110001110101101110101000110111100110100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74316B; }

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

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

<style>
 a { background-color: #74316B; }

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

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

<style>
 span { border-color: #74316B; }

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

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