#74356B

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

Shades of Palatinate Purple #74356B

Tints of Palatinate Purple #74356B

Color information

#74356B (or 0x74356B) is unknown color: approx Palatinate Purple. HEX triplet: 74, 35 and 6B. RGB value is (116,53,107). Sum of RGB (Red+Green+Blue) = 116+53+107=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 107 (42.19% from 255 or 38.77% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74356B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74356B is #8BCA94. Grayscale: #4D4D4D. Windows color (decimal): -9161365 or 7026036. OLE color: 7026036.

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

Color convert

RGB11653107-
CMYK00.540.080.55
HSL308.57º37.28%33.14%-
HSV(B)308.57º54.31%45.49%-
XYZ11.137.3214.74-
YUV77.99144.37155.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 53 (21.09% from 255) = 19.20%
BLUE value IS 107 (42.19% from 255) = 38.77%
R=42.03%
G=19.20%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165310700.540.080.55308.5737.2833.14
Hex74356B0368371352521
Octal1646515306610674654541
Binary1110100110101110101101101101000110111100110101100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74356B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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