#721B6E

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

Shades of Palatinate Purple #721B6E

Tints of Palatinate Purple #721B6E

Color information

#721B6E (or 0x721B6E) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1B and 6E. RGB value is (114,27,110). Sum of RGB (Red+Green+Blue) = 114+27+110=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #721B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B6E is #8DE491. Grayscale: #3E3E3E. Windows color (decimal): -9299090 or 7215986. OLE color: 7215986.

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

Color convert

RGB11427110-
CMYK00.760.040.55
HSL302.76º61.7%27.65%-
HSV(B)302.76º76.32%44.71%-
XYZ10.155.4915.28-
YUV62.47154.82164.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 27 (10.94% from 255) = 10.76%
BLUE value IS 110 (43.36% from 255) = 43.82%
R=45.42%
G=10.76%
B=43.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142711000.760.040.55302.7661.727.65
Hex721B6E04C43712f3e1c
Octal1623315601144674577634
Binary11100101101111011100100110010011011110010111111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,27,110); }

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

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

 a { background-color: rgb(114,27,110); }

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

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

 span { border-color: rgb(114,27,110); }

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