#722458

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

Shades of Palatinate Purple #722458

Tints of Palatinate Purple #722458

Color information

#722458 (or 0x722458) is unknown color: approx Palatinate Purple. HEX triplet: 72, 24 and 58. RGB value is (114,36,88). Sum of RGB (Red+Green+Blue) = 114+36+88=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 36 (14.45% from 255 or 15.13% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #722458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722458 is #8DDBA7. Grayscale: #414141. Windows color (decimal): -9296808 or 5776498. OLE color: 5776498.

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

Color convert

RGB1143688-
CMYK00.680.230.55
HSL320º52%29.41%-
HSV(B)320º68.42%44.71%-
XYZ9.335.549.81-
YUV65.25140.84162.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 36 (14.45% from 255) = 15.13%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=47.90%
G=15.13%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114368800.680.230.553205229.41
Hex7224580441737140341d
Octal16244130010427675006435
Binary11100101001001011000010001001011111011110100000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722458; }

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

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

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

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

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

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

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

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