#721C5C

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

Shades of Palatinate Purple #721C5C

Tints of Palatinate Purple #721C5C

Color information

#721C5C (or 0x721C5C) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1C and 5C. RGB value is (114,28,92). Sum of RGB (Red+Green+Blue) = 114+28+92=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 28 (11.33% from 255 or 11.97% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #721C5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C5C is #8DE3A3. Grayscale: #3C3C3C. Windows color (decimal): -9298852 or 6036594. OLE color: 6036594.

HSL color Cylindrical-coordinate representation of color #721C5C: hue angle of 315.35º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721C5C is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB1142892-
CMYK00.750.190.55
HSL315.35º60.56%27.84%-
HSV(B)315.35º75.44%44.71%-
XYZ9.295.1810.64-
YUV61.01145.49165.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 28 (11.33% from 255) = 11.97%
BLUE value IS 92 (36.33% from 255) = 39.32%
R=48.72%
G=11.97%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114289200.750.190.55315.3560.5627.84
Hex721C5C04B133713b3d1c
Octal16234134011323674737534
Binary1110010111001011100010010111001111011110011101111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721C5C; }

 p { color: rgb(114,28,92); }

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

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

 a { background-color: rgb(114,28,92); }

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

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

 span { border-color: rgb(114,28,92); }

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