#720088

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

Shades of Purple #720088

Tints of Purple #720088

Color information

#720088 (or 0x720088) is unknown color: approx Purple. HEX triplet: 72, 00 and 88. RGB value is (114,0,136). Sum of RGB (Red+Green+Blue) = 114+0+136=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #720088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720088 is #8DFF77. Grayscale: #313131. Windows color (decimal): -9305976 or 8913010. OLE color: 8913010.

HSL color Cylindrical-coordinate representation of color #720088: hue angle of 290.29º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720088 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1140136-
CMYK0.16100.47
HSL290.29º100%26.67%-
HSV(B)290.29º100%53.33%-
XYZ11.385.3523.73-
YUV49.59176.77173.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 136 (53.52% from 255) = 54.4%
R=45.6%
G=0%
B=54.4%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11401360.16100.47290.2910026.67
Hex72088106402F122641b
Octal16202102014405744214433
Binary11100100100010001000011001000101111100100010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720088; }

 p { color: rgb(114,0,136); }

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

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

 a { background-color: rgb(114,0,136); }

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

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

 span { border-color: rgb(114,0,136); }

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