#71246A

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

Shades of Palatinate Purple #71246A

Tints of Palatinate Purple #71246A

Color information

#71246A (or 0x71246A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 24 and 6A. RGB value is (113,36,106). Sum of RGB (Red+Green+Blue) = 113+36+106=255 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.31% from 255); Green value is 36 (14.45% from 255 or 14.12% from 255); Blue value is 106 (41.80% from 255 or 41.57% from 255); Max value from RGB is 113 - color contains mainly: red. Hex color #71246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71246A is #8EDB95. Grayscale: #424242. Windows color (decimal): -9362326 or 6956145. OLE color: 6956145.

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

Color convert

RGB11336106-
CMYK00.680.060.56
HSL305.45º51.68%29.22%-
HSV(B)305.45º68.14%44.31%-
XYZ10.045.8114.23-
YUV67150.01160.81-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.31%
GREEN value IS 36 (14.45% from 255) = 14.12%
BLUE value IS 106 (41.80% from 255) = 41.57%
R=44.31%
G=14.12%
B=41.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133610600.680.060.56305.4551.6829.22
Hex71246A044638131341d
Octal1614415201046704616435
Binary111000110010011010100100010011011100010011000111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71246A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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