#742161

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

Shades of Palatinate Purple #742161

Tints of Palatinate Purple #742161

Color information

#742161 (or 0x742161) is unknown color: approx Palatinate Purple. HEX triplet: 74, 21 and 61. RGB value is (116,33,97). Sum of RGB (Red+Green+Blue) = 116+33+97=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #742161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742161 is #8BDE9E. Grayscale: #404040. Windows color (decimal): -9166495 or 6365556. OLE color: 6365556.

HSL color Cylindrical-coordinate representation of color #742161: hue angle of 313.73º 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 #742161 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1163397-
CMYK00.720.160.55
HSL313.73º55.7%29.22%-
HSV(B)313.73º71.55%45.49%-
XYZ9.95.6611.88-
YUV65.11146164.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 33 (13.28% from 255) = 13.41%
BLUE value IS 97 (38.28% from 255) = 39.43%
R=47.15%
G=13.41%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116339700.720.160.55313.7355.729.22
Hex742161048103713a381d
Octal16441141011020674727035
Binary11101001000011100001010010001000011011110011101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742161; }

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

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

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

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

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

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

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

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