#721285

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

Shades of Purple #721285

Tints of Purple #721285

Color information

#721285 (or 0x721285) is unknown color: approx Purple. HEX triplet: 72, 12 and 85. RGB value is (114,18,133). Sum of RGB (Red+Green+Blue) = 114+18+133=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #721285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721285 is #8DED7A. Grayscale: #3B3B3B. Windows color (decimal): -9301371 or 8721010. OLE color: 8721010.

HSL color Cylindrical-coordinate representation of color #721285: hue angle of 290.09º degrees, saturation: 0.76, 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 #721285 is Cyan = 0.14, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11418133-
CMYK0.140.8600.48
HSL290.09º76.16%29.61%-
HSV(B)290.09º86.47%52.16%-
XYZ11.395.722.69-
YUV59.81169.3166.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 18 (7.42% from 255) = 6.79%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=43.02%
G=6.79%
B=50.19%

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
Decimal114181330.140.8600.48290.0976.1629.61
Hex721285E560301224c1e
Octal162222051612606044211436
Binary11100101001010000101111010101100110000100100010100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721285; }

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

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

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

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

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

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

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

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