#71226A

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

Shades of Palatinate Purple #71226A

Tints of Palatinate Purple #71226A

Color information

#71226A (or 0x71226A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 22 and 6A. RGB value is (113,34,106). Sum of RGB (Red+Green+Blue) = 113+34+106=253 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.66% from 253); Green value is 34 (13.67% from 255 or 13.44% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 113 - color contains mainly: red. Hex color #71226A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71226A is #8EDD95. Grayscale: #414141. Windows color (decimal): -9362838 or 6955633. OLE color: 6955633.

HSL color Cylindrical-coordinate representation of color #71226A: hue angle of 305.32º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71226A is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB11334106-
CMYK00.700.060.56
HSL305.32º53.74%28.82%-
HSV(B)305.32º69.91%44.31%-
XYZ9.985.714.21-
YUV65.83150.67161.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.66%
GREEN value IS 34 (13.67% from 255) = 13.44%
BLUE value IS 106 (41.80% from 255) = 41.90%
R=44.66%
G=13.44%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133410600.700.060.56305.3253.7428.82
Hex71226A046638131361d
Octal1614215201066704616635
Binary111000110001011010100100011011011100010011000111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71226A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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