#721167

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

Shades of Palatinate Purple #721167

Tints of Palatinate Purple #721167

Color information

#721167 (or 0x721167) is unknown color: approx Palatinate Purple. HEX triplet: 72, 11 and 67. RGB value is (114,17,103). Sum of RGB (Red+Green+Blue) = 114+17+103=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 103 (40.62% from 255 or 44.02% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #721167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721167 is #8DEE98. Grayscale: #373737. Windows color (decimal): -9301657 or 6754674. OLE color: 6754674.

HSL color Cylindrical-coordinate representation of color #721167: hue angle of 306.8º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721167 is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB11417103-
CMYK00.850.100.55
HSL306.8º74.05%25.69%-
HSV(B)306.8º85.09%44.71%-
XYZ9.594.9613.28-
YUV55.81154.64169.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 17 (7.03% from 255) = 7.26%
BLUE value IS 103 (40.62% from 255) = 44.02%
R=48.72%
G=7.26%
B=44.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141710300.850.100.55306.874.0525.69
Hex721167055A371334a1a
Octal162211470125126746311232
Binary1110010100011100111010101011010110111100110011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721167; }

 p { color: rgb(114,17,103); }

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

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

 a { background-color: rgb(114,17,103); }

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

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

 span { border-color: rgb(114,17,103); }

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