#712165

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

Shades of Palatinate Purple #712165

Tints of Palatinate Purple #712165

Color information

#712165 (or 0x712165) is unknown color: approx Palatinate Purple. HEX triplet: 71, 21 and 65. RGB value is (113,33,101). Sum of RGB (Red+Green+Blue) = 113+33+101=247 (32% of max value = 765). Red value is 113 (44.53% from 255 or 45.75% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 113 - color contains mainly: red. Hex color #712165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #712165 is #8EDE9A. Grayscale: #404040. Windows color (decimal): -9363099 or 6627697. OLE color: 6627697.

HSL color Cylindrical-coordinate representation of color #712165: hue angle of 309º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712165 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB11333101-
CMYK00.710.110.56
HSL309º54.79%28.63%-
HSV(B)309º70.8%44.31%-
XYZ9.75.5412.87-
YUV64.67148.5162.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.75%
GREEN value IS 33 (13.28% from 255) = 13.36%
BLUE value IS 101 (39.84% from 255) = 40.89%
R=45.75%
G=13.36%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1133310100.710.110.5630954.7928.63
Hex712165047B38135371d
Octal16141145010713704656735
Binary1110001100001110010101000111101111100010011010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #712165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #712165; }

 p { color: rgb(113,33,101); }

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

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

 a { background-color: rgb(113,33,101); }

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

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

 span { border-color: rgb(113,33,101); }

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