#722858

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

Shades of Palatinate Purple #722858

Tints of Palatinate Purple #722858

Color information

#722858 (or 0x722858) is unknown color: approx Palatinate Purple. HEX triplet: 72, 28 and 58. RGB value is (114,40,88). Sum of RGB (Red+Green+Blue) = 114+40+88=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 88 (34.77% from 255 or 36.36% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #722858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722858 is #8DD7A7. Grayscale: #434343. Windows color (decimal): -9295784 or 5777522. OLE color: 5777522.

HSL color Cylindrical-coordinate representation of color #722858: hue angle of 321.08º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #722858 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB1144088-
CMYK00.650.230.55
HSL321.08º48.05%30.2%-
HSV(B)321.08º64.91%44.71%-
XYZ9.465.89.85-
YUV67.6139.52161.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 88 (34.77% from 255) = 36.36%
R=47.11%
G=16.53%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114408800.650.230.55321.0848.0530.2
Hex7228580411737141301e
Octal16250130010127675016036
Binary11100101010001011000010000011011111011110100000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722858; }

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

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

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

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

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

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

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

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