#722165

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

Shades of Palatinate Purple #722165

Tints of Palatinate Purple #722165

Color information

#722165 (or 0x722165) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 65. RGB value is (114,33,101). Sum of RGB (Red+Green+Blue) = 114+33+101=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #722165 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722165 is #8DDE9A. Grayscale: #404040. Windows color (decimal): -9297563 or 6627698. OLE color: 6627698.

HSL color Cylindrical-coordinate representation of color #722165: hue angle of 309.63º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #722165 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11433101-
CMYK00.710.110.55
HSL309.63º55.1%28.82%-
HSV(B)309.63º71.05%44.71%-
XYZ9.835.612.88-
YUV64.97148.34162.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 33 (13.28% from 255) = 13.31%
BLUE value IS 101 (39.84% from 255) = 40.73%
R=45.97%
G=13.31%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143310100.710.110.55309.6355.128.82
Hex722165047B37136371d
Octal16241145010713674666735
Binary1110010100001110010101000111101111011110011011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722165; }

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

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

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

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

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

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

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

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