#721165

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

Shades of Palatinate Purple #721165

Tints of Palatinate Purple #721165

Color information

#721165 (or 0x721165) is unknown color: approx Palatinate Purple. HEX triplet: 72, 11 and 65. RGB value is (114,17,101). Sum of RGB (Red+Green+Blue) = 114+17+101=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 101 (39.84% from 255 or 43.53% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #721165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721165 is #8DEE9A. Grayscale: #373737. Windows color (decimal): -9301659 or 6623602. OLE color: 6623602.

HSL color Cylindrical-coordinate representation of color #721165: hue angle of 308.04º 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 #721165 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11417101-
CMYK00.850.110.55
HSL308.04º74.05%25.69%-
HSV(B)308.04º85.09%44.71%-
XYZ9.494.9212.76-
YUV55.58153.64169.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 17 (7.03% from 255) = 7.33%
BLUE value IS 101 (39.84% from 255) = 43.53%
R=49.14%
G=7.33%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141710100.850.110.55308.0474.0525.69
Hex721165055B371344a1a
Octal162211450125136746411232
Binary1110010100011100101010101011011110111100110100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721165; }

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

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

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

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

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

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

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

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