#721F6A

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

Shades of Palatinate Purple #721F6A

Tints of Palatinate Purple #721F6A

Color information

#721F6A (or 0x721F6A) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1F and 6A. RGB value is (114,31,106). Sum of RGB (Red+Green+Blue) = 114+31+106=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 31 (12.5% from 255 or 12.35% from 251); Blue value is 106 (41.80% from 255 or 42.23% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #721F6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721F6A is #8DE095. Grayscale: #404040. Windows color (decimal): -9298070 or 6954866. OLE color: 6954866.

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

Color convert

RGB11431106-
CMYK00.730.070.55
HSL305.78º57.24%28.43%-
HSV(B)305.78º72.81%44.71%-
XYZ10.035.614.19-
YUV64.37151.5163.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 31 (12.5% from 255) = 12.35%
BLUE value IS 106 (41.80% from 255) = 42.23%
R=45.42%
G=12.35%
B=42.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1143110600.730.070.55305.7857.2428.43
Hex721F6A049737132391c
Octal1623715201117674627134
Binary11100101111111010100100100111111011110011001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,31,106); }

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

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

 a { background-color: rgb(114,31,106); }

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

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

 span { border-color: rgb(114,31,106); }

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