#74216A

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

Shades of Palatinate Purple #74216A

Tints of Palatinate Purple #74216A

Color information

#74216A (or 0x74216A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 21 and 6A. RGB value is (116,33,106). Sum of RGB (Red+Green+Blue) = 116+33+106=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 116 - color contains mainly: red. Hex color #74216A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74216A is #8BDE95. Grayscale: #414141. Windows color (decimal): -9166486 or 6955380. OLE color: 6955380.

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

Color convert

RGB11633106-
CMYK00.720.090.55
HSL307.23º55.7%29.22%-
HSV(B)307.23º71.55%45.49%-
XYZ10.355.8414.22-
YUV66.14150.5163.56-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 33 (13.28% from 255) = 12.94%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=45.49%
G=12.94%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163310600.720.090.55307.2355.729.22
Hex74216A048937133381d
Octal16441152011011674637035
Binary1110100100001110101001001000100111011110011001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74216A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74216A; }

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

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

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

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

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

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

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

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