#720561

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

Shades of Palatinate Purple #720561

Tints of Palatinate Purple #720561

Color information

#720561 (or 0x720561) is unknown color: approx Palatinate Purple. HEX triplet: 72, 05 and 61. RGB value is (114,5,97). Sum of RGB (Red+Green+Blue) = 114+5+97=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 97 (38.28% from 255 or 44.91% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #720561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720561 is #8DFA9E. Grayscale: #2F2F2F. Windows color (decimal): -9304735 or 6358386. OLE color: 6358386.

HSL color Cylindrical-coordinate representation of color #720561: hue angle of 309.36º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720561 is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB114597-
CMYK00.960.150.55
HSL309.36º91.6%23.33%-
HSV(B)309.36º95.61%44.71%-
XYZ9.154.5511.7-
YUV48.08155.61175.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 5 (2.34% from 255) = 2.31%
BLUE value IS 97 (38.28% from 255) = 44.91%
R=52.78%
G=2.31%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11459700.960.150.55309.3691.623.33
Hex72561060F371355c17
Octal16251410140176746513427
Binary11100101011100001011000001111110111100110101101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720561; }

 p { color: rgb(114,5,97); }

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

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

 a { background-color: rgb(114,5,97); }

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

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

 span { border-color: rgb(114,5,97); }

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