#722158

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

Shades of Palatinate Purple #722158

Tints of Palatinate Purple #722158

Color information

#722158 (or 0x722158) is unknown color: approx Palatinate Purple. HEX triplet: 72, 21 and 58. RGB value is (114,33,88). Sum of RGB (Red+Green+Blue) = 114+33+88=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 33 (13.28% from 255 or 14.04% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #722158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722158 is #8DDEA7. Grayscale: #3F3F3F. Windows color (decimal): -9297576 or 5775730. OLE color: 5775730.

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

Color convert

RGB1143388-
CMYK00.710.230.55
HSL319.26º55.1%28.82%-
HSV(B)319.26º71.05%44.71%-
XYZ9.245.379.78-
YUV63.49141.84164.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 33 (13.28% from 255) = 14.04%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=48.51%
G=14.04%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114338800.710.230.55319.2655.128.82
Hex722158047173713f371d
Octal16241130010727674776735
Binary11100101000011011000010001111011111011110011111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722158; }

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

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

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

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

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

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

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

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