#74226A

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

Shades of Palatinate Purple #74226A

Tints of Palatinate Purple #74226A

Color information

#74226A (or 0x74226A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 22 and 6A. RGB value is (116,34,106). Sum of RGB (Red+Green+Blue) = 116+34+106=256 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.31% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 116 - color contains mainly: red. Hex color #74226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74226A is #8BDD95. Grayscale: #424242. Windows color (decimal): -9166230 or 6955636. OLE color: 6955636.

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

Color convert

RGB11634106-
CMYK00.710.090.55
HSL307.32º54.67%29.41%-
HSV(B)307.32º70.69%45.49%-
XYZ10.385.914.23-
YUV66.73150.17163.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.31%
GREEN value IS 34 (13.67% from 255) = 13.28%
BLUE value IS 106 (41.80% from 255) = 41.41%
R=45.31%
G=13.28%
B=41.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163410600.710.090.55307.3254.6729.41
Hex74226A047937133371d
Octal16442152010711674636735
Binary1110100100010110101001000111100111011110011001111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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