#713069

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

Shades of Palatinate Purple #713069

Tints of Palatinate Purple #713069

Color information

#713069 (or 0x713069) is unknown color: approx Palatinate Purple. HEX triplet: 71, 30 and 69. RGB value is (113,48,105). Sum of RGB (Red+Green+Blue) = 113+48+105=266 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.48% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 105 (41.41% from 255 or 39.47% from 266); Max value from RGB is 113 - color contains mainly: red. Hex color #713069 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #713069 is #8ECF96. Grayscale: #494949. Windows color (decimal): -9359255 or 6893681. OLE color: 6893681.

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

Color convert

RGB11348105-
CMYK00.580.070.56
HSL307.38º40.37%31.57%-
HSV(B)307.38º57.52%44.31%-
XYZ10.426.6414.1-
YUV73.93145.53155.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 42.48%
GREEN value IS 48 (19.14% from 255) = 18.05%
BLUE value IS 105 (41.41% from 255) = 39.47%
R=42.48%
G=18.05%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134810500.580.070.56307.3840.3731.57
Hex71306903A7381332820
Octal161601510727704635040
Binary111000111000011010010111010111111000100110011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #713069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #713069; }

 p { color: rgb(113,48,105); }

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

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

 a { background-color: rgb(113,48,105); }

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

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

 span { border-color: rgb(113,48,105); }

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