#71235A

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

Shades of Palatinate Purple #71235A

Tints of Palatinate Purple #71235A

Color information

#71235A (or 0x71235A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 23 and 5A. RGB value is (113,35,90). Sum of RGB (Red+Green+Blue) = 113+35+90=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #71235A is #8EDCA5. Grayscale: #404040. Windows color (decimal): -9362598 or 5907313. OLE color: 5907313.

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

Color convert

RGB1133590-
CMYK00.690.200.56
HSL317.69º52.7%29.02%-
HSV(B)317.69º69.03%44.31%-
XYZ9.265.4510.24-
YUV64.59142.34162.53-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 35 (14.06% from 255) = 14.71%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=47.48%
G=14.71%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113359000.690.200.56317.6952.729.02
Hex71235A045143813e351d
Octal16143132010524704766535
Binary11100011000111011010010001011010011100010011111011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,35,90); }

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

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

 a { background-color: rgb(113,35,90); }

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

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

 span { border-color: rgb(113,35,90); }

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