#71136A

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

Shades of Palatinate Purple #71136A

Tints of Palatinate Purple #71136A

Color information

#71136A (or 0x71136A) is unknown color: approx Palatinate Purple. HEX triplet: 71, 13 and 6A. RGB value is (113,19,106). Sum of RGB (Red+Green+Blue) = 113+19+106=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 106 (41.80% from 255 or 44.54% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #71136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #71136A is #8EEC95. Grayscale: #383838. Windows color (decimal): -9366678 or 6951793. OLE color: 6951793.

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

Color convert

RGB11319106-
CMYK00.830.060.56
HSL304.47º71.21%25.88%-
HSV(B)304.47º83.19%44.31%-
XYZ9.645.0214.1-
YUV57.02155.64167.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.48%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 106 (41.80% from 255) = 44.54%
R=47.48%
G=7.98%
B=44.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131910600.830.060.56304.4771.2125.88
Hex71136A053638130471a
Octal16123152012367046010732
Binary111000110011110101001010011110111000100110000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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