#74346C

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

Shades of Palatinate Purple #74346C

Tints of Palatinate Purple #74346C

Color information

#74346C (or 0x74346C) is unknown color: approx Palatinate Purple. HEX triplet: 74, 34 and 6C. RGB value is (116,52,108). Sum of RGB (Red+Green+Blue) = 116+52+108=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 116 - color contains mainly: red. Hex color #74346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74346C is #8BCB93. Grayscale: #4D4D4D. Windows color (decimal): -9161620 or 7091316. OLE color: 7091316.

HSL color Cylindrical-coordinate representation of color #74346C: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74346C is Cyan = 0, Magento = 0.55, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11652108-
CMYK00.550.070.55
HSL307.5º38.1%32.94%-
HSV(B)307.5º55.17%45.49%-
XYZ11.147.2515-
YUV77.52145.2155.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.03%
GREEN value IS 52 (20.70% from 255) = 18.84%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=42.03%
G=18.84%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165210800.550.070.55307.538.132.94
Hex74346C0377371342621
Octal164641540677674644641
Binary111010011010011011000110111111110111100110100100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74346C; }

 p { color: rgb(116,52,108); }

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

<style>
 a { background-color: #74346C; }

 a { background-color: rgb(116,52,108); }

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

<style>
 span { border-color: #74346C; }

 span { border-color: rgb(116,52,108); }

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