#713467

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

Shades of Palatinate Purple #713467

Tints of Palatinate Purple #713467

Color information

#713467 (or 0x713467) is unknown color: approx Palatinate Purple. HEX triplet: 71, 34 and 67. RGB value is (113,52,103). Sum of RGB (Red+Green+Blue) = 113+52+103=268 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.16% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 113 - color contains mainly: red. Hex color #713467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713467 is #8ECB98. Grayscale: #4B4B4B. Windows color (decimal): -9358233 or 6763633. OLE color: 6763633.

HSL color Cylindrical-coordinate representation of color #713467: hue angle of 309.84º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #713467 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11352103-
CMYK00.540.090.56
HSL309.84º36.97%32.35%-
HSV(B)309.84º53.98%44.31%-
XYZ10.496.9513.62-
YUV76.05143.21154.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.16%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=42.16%
G=19.40%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135210300.540.090.56309.8436.9732.35
Hex7134670369381362520
Octal1616414706611704664540
Binary1110001110100110011101101101001111000100110110100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713467; }

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

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

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

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

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

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

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

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