#74336C

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

Shades of Palatinate Purple #74336C

Tints of Palatinate Purple #74336C

Color information

#74336C (or 0x74336C) is unknown color: approx Palatinate Purple. HEX triplet: 74, 33 and 6C. RGB value is (116,51,108). Sum of RGB (Red+Green+Blue) = 116+51+108=275 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.18% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 116 - color contains mainly: red. Hex color #74336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74336C is #8BCC93. Grayscale: #4C4C4C. Windows color (decimal): -9161876 or 7091060. OLE color: 7091060.

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

Color convert

RGB11651108-
CMYK00.560.070.55
HSL307.38º38.92%32.75%-
HSV(B)307.38º56.03%45.49%-
XYZ11.097.1614.99-
YUV76.93145.53155.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.18%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 108 (42.58% from 255) = 39.27%
R=42.18%
G=18.55%
B=39.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165110800.560.070.55307.3838.9232.75
Hex74336C0387371332721
Octal164631540707674634741
Binary111010011001111011000111000111110111100110011100111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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