#711368

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

Shades of Palatinate Purple #711368

Tints of Palatinate Purple #711368

Color information

#711368 (or 0x711368) is unknown color: approx Palatinate Purple. HEX triplet: 71, 13 and 68. RGB value is (113,19,104). Sum of RGB (Red+Green+Blue) = 113+19+104=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 19 (7.81% from 255 or 8.05% from 236); Blue value is 104 (41.02% from 255 or 44.07% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #711368 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711368 is #8EEC97. Grayscale: #383838. Windows color (decimal): -9366680 or 6820721. OLE color: 6820721.

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

Color convert

RGB11319104-
CMYK00.830.080.56
HSL305.74º71.21%25.88%-
HSV(B)305.74º83.19%44.31%-
XYZ9.544.9813.55-
YUV56.8154.64168.09-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.88%
GREEN value IS 19 (7.81% from 255) = 8.05%
BLUE value IS 104 (41.02% from 255) = 44.07%
R=47.88%
G=8.05%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131910400.830.080.56305.7471.2125.88
Hex711368053838132471a
Octal161231500123107046210732
Binary1110001100111101000010100111000111000100110010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711368; }

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

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

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

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

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

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

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

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