#742166

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

Shades of Palatinate Purple #742166

Tints of Palatinate Purple #742166

Color information

#742166 (or 0x742166) is unknown color: approx Palatinate Purple. HEX triplet: 74, 21 and 66. RGB value is (116,33,102). Sum of RGB (Red+Green+Blue) = 116+33+102=251 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.22% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 116 - color contains mainly: red. Hex color #742166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742166 is #8BDE99. Grayscale: #414141. Windows color (decimal): -9166490 or 6693236. OLE color: 6693236.

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

Color convert

RGB11633102-
CMYK00.720.120.55
HSL310.12º55.7%29.22%-
HSV(B)310.12º71.55%45.49%-
XYZ10.145.7613.15-
YUV65.68148.5163.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.22%
GREEN value IS 33 (13.28% from 255) = 13.15%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=46.22%
G=13.15%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163310200.720.120.55310.1255.729.22
Hex742166048C37136381d
Octal16441146011014674667035
Binary1110100100001110011001001000110011011110011011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742166; }

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

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

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

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

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

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

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

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