#711367

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

Shades of Palatinate Purple #711367

Tints of Palatinate Purple #711367

Color information

#711367 (or 0x711367) is unknown color: approx Palatinate Purple. HEX triplet: 71, 13 and 67. RGB value is (113,19,103). Sum of RGB (Red+Green+Blue) = 113+19+103=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 103 (40.62% from 255 or 43.83% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #711367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711367 is #8EEC98. Grayscale: #383838. Windows color (decimal): -9366681 or 6755185. OLE color: 6755185.

HSL color Cylindrical-coordinate representation of color #711367: hue angle of 306.38º 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 #711367 is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11319103-
CMYK00.830.090.56
HSL306.38º71.21%25.88%-
HSV(B)306.38º83.19%44.31%-
XYZ9.494.9613.29-
YUV56.68154.14168.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 19 (7.81% from 255) = 8.09%
BLUE value IS 103 (40.62% from 255) = 43.83%
R=48.09%
G=8.09%
B=43.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131910300.830.090.56306.3871.2125.88
Hex711367053938132471a
Octal161231470123117046210732
Binary1110001100111100111010100111001111000100110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711367; }

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

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

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

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

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

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

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

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