#742160

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

Shades of Palatinate Purple #742160

Tints of Palatinate Purple #742160

Color information

#742160 (or 0x742160) is unknown color: approx Palatinate Purple. HEX triplet: 74, 21 and 60. RGB value is (116,33,96). Sum of RGB (Red+Green+Blue) = 116+33+96=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #742160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742160 is #8BDE9F. Grayscale: #404040. Windows color (decimal): -9166496 or 6300020. OLE color: 6300020.

HSL color Cylindrical-coordinate representation of color #742160: hue angle of 314.46º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #742160 is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1163396-
CMYK00.720.170.55
HSL314.46º55.7%29.22%-
HSV(B)314.46º71.55%45.49%-
XYZ9.865.6511.64-
YUV65145.5164.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 33 (13.28% from 255) = 13.47%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=47.35%
G=13.47%
B=39.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116339600.720.170.55314.4655.729.22
Hex742160048113713a381d
Octal16441140011021674727035
Binary11101001000011100000010010001000111011110011101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742160; }

 p { color: rgb(116,33,96); }

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

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

 a { background-color: rgb(116,33,96); }

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

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

 span { border-color: rgb(116,33,96); }

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