#742167

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

Shades of Palatinate Purple #742167

Tints of Palatinate Purple #742167

Color information

#742167 (or 0x742167) is unknown color: approx Palatinate Purple. HEX triplet: 74, 21 and 67. RGB value is (116,33,103). Sum of RGB (Red+Green+Blue) = 116+33+103=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #742167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #742167 is #8BDE98. Grayscale: #414141. Windows color (decimal): -9166489 or 6758772. OLE color: 6758772.

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

Color convert

RGB11633103-
CMYK00.720.110.55
HSL309.4º55.7%29.22%-
HSV(B)309.4º71.55%45.49%-
XYZ10.195.7813.41-
YUV65.8149163.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 33 (13.28% from 255) = 13.10%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=46.03%
G=13.10%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163310300.720.110.55309.455.729.22
Hex742167048B37135381d
Octal16441147011013674657035
Binary1110100100001110011101001000101111011110011010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #742167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #742167; }

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

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

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

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

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

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

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

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