#720363

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

Shades of Purple #720363

Tints of Purple #720363

Color information

#720363 (or 0x720363) is unknown color: approx Purple. HEX triplet: 72, 03 and 63. RGB value is (114,3,99). Sum of RGB (Red+Green+Blue) = 114+3+99=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 99 (39.06% from 255 or 45.83% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #720363 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720363 is #8DFC9C. Grayscale: #2E2E2E. Windows color (decimal): -9305245 or 6488946. OLE color: 6488946.

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

Color convert

RGB114399-
CMYK00.970.130.55
HSL308.11º94.87%22.94%-
HSV(B)308.11º97.37%44.71%-
XYZ9.224.5412.2-
YUV47.13157.27175.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 3 (1.56% from 255) = 1.39%
BLUE value IS 99 (39.06% from 255) = 45.83%
R=52.78%
G=1.39%
B=45.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11439900.970.130.55308.1194.8722.94
Hex72363061D371345f17
Octal16231430141156746413727
Binary1110010111100011011000011101110111100110100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720363; }

 p { color: rgb(114,3,99); }

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

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

 a { background-color: rgb(114,3,99); }

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

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

 span { border-color: rgb(114,3,99); }

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