#72295F

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

Shades of Palatinate Purple #72295F

Tints of Palatinate Purple #72295F

Color information

#72295F (or 0x72295F) is unknown color: approx Palatinate Purple. HEX triplet: 72, 29 and 5F. RGB value is (114,41,95). Sum of RGB (Red+Green+Blue) = 114+41+95=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 95 (37.5% from 255 or 38% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #72295F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72295F is #8DD6A0. Grayscale: #444444. Windows color (decimal): -9295521 or 6236530. OLE color: 6236530.

HSL color Cylindrical-coordinate representation of color #72295F: hue angle of 315.62º 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 #72295F is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1144195-
CMYK00.640.170.55
HSL315.62º47.1%30.39%-
HSV(B)315.62º64.04%44.71%-
XYZ9.85.9911.47-
YUV68.98142.68160.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 95 (37.5% from 255) = 38%
R=45.6%
G=16.4%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114419500.640.170.55315.6247.130.39
Hex72295F040113713c2f1e
Octal16251137010021674745736
Binary11100101010011011111010000001000111011110011110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72295F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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