#721385

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

Shades of Purple #721385

Tints of Purple #721385

Color information

#721385 (or 0x721385) is unknown color: approx Purple. HEX triplet: 72, 13 and 85. RGB value is (114,19,133). Sum of RGB (Red+Green+Blue) = 114+19+133=266 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.86% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #721385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721385 is #8DEC7A. Grayscale: #3C3C3C. Windows color (decimal): -9301115 or 8721266. OLE color: 8721266.

HSL color Cylindrical-coordinate representation of color #721385: hue angle of 290º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721385 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11419133-
CMYK0.140.8600.48
HSL290º75%29.8%-
HSV(B)290º85.71%52.16%-
XYZ11.415.7422.7-
YUV60.4168.97166.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.86%
GREEN value IS 19 (7.81% from 255) = 7.14%
BLUE value IS 133 (52.34% from 255) = 50%
R=42.86%
G=7.14%
B=50%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114191330.140.8600.482907529.8
Hex721385E560301224b1e
Octal162232051612606044211336
Binary11100101001110000101111010101100110000100100010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721385; }

 p { color: rgb(114,19,133); }

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

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

 a { background-color: rgb(114,19,133); }

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

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

 span { border-color: rgb(114,19,133); }

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