#72295B

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

Shades of Palatinate Purple #72295B

Tints of Palatinate Purple #72295B

Color information

#72295B (or 0x72295B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 29 and 5B. RGB value is (114,41,91). Sum of RGB (Red+Green+Blue) = 114+41+91=246 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.34% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 91 (35.94% from 255 or 36.99% from 246); Max value from RGB is 114 - color contains mainly: red. Hex color #72295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72295B is #8DD6A4. Grayscale: #444444. Windows color (decimal): -9295525 or 5974386. OLE color: 5974386.

HSL color Cylindrical-coordinate representation of color #72295B: hue angle of 318.9º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72295B is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB1144191-
CMYK00.640.200.55
HSL318.9º47.1%30.39%-
HSV(B)318.9º64.04%44.71%-
XYZ9.625.9210.53-
YUV68.53140.68160.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.34%
GREEN value IS 41 (16.41% from 255) = 16.67%
BLUE value IS 91 (35.94% from 255) = 36.99%
R=46.34%
G=16.67%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114419100.640.200.55318.947.130.39
Hex72295B040143713f2f1e
Octal16251133010024674775736
Binary11100101010011011011010000001010011011110011111110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72295B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72295B; }

 p { color: rgb(114,41,91); }

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

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

 a { background-color: rgb(114,41,91); }

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

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

 span { border-color: rgb(114,41,91); }

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