#710B67

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

Shades of Palatinate Purple #710B67

Tints of Palatinate Purple #710B67

Color information

#710B67 (or 0x710B67) is unknown color: approx Palatinate Purple. HEX triplet: 71, 0B and 67. RGB value is (113,11,103). Sum of RGB (Red+Green+Blue) = 113+11+103=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #710B67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #710B67 is #8EF498. Grayscale: #333333. Windows color (decimal): -9368729 or 6753137. OLE color: 6753137.

HSL color Cylindrical-coordinate representation of color #710B67: hue angle of 305.88º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #710B67 is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11311103-
CMYK00.900.090.56
HSL305.88º82.26%24.31%-
HSV(B)305.88º90.27%44.31%-
XYZ9.384.7313.25-
YUV51.99156.79171.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 11 (4.69% from 255) = 4.85%
BLUE value IS 103 (40.62% from 255) = 45.37%
R=49.78%
G=4.85%
B=45.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131110300.900.090.56305.8882.2624.31
Hex71B6705A9381325218
Octal161131470132117046212230
Binary111000110111100111010110101001111000100110010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710B67; }

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

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

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

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

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

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

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

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