#711266

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

Shades of Palatinate Purple #711266

Tints of Palatinate Purple #711266

Color information

#711266 (or 0x711266) is unknown color: approx Palatinate Purple. HEX triplet: 71, 12 and 66. RGB value is (113,18,102). Sum of RGB (Red+Green+Blue) = 113+18+102=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #711266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711266 is #8EED99. Grayscale: #373737. Windows color (decimal): -9366938 or 6689393. OLE color: 6689393.

HSL color Cylindrical-coordinate representation of color #711266: hue angle of 306.95º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #711266 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11318102-
CMYK00.840.100.56
HSL306.95º72.52%25.69%-
HSV(B)306.95º84.07%44.31%-
XYZ9.424.913.02-
YUV55.98153.97168.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 102 (40.23% from 255) = 43.78%
R=48.50%
G=7.73%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131810200.840.100.56306.9572.5225.69
Hex711266054A38133491a
Octal161221460124127046311132
Binary1110001100101100110010101001010111000100110011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711266; }

 p { color: rgb(113,18,102); }

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

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

 a { background-color: rgb(113,18,102); }

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

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

 span { border-color: rgb(113,18,102); }

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