#721A85

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

Shades of Purple #721A85

Tints of Purple #721A85

Color information

#721A85 (or 0x721A85) is unknown color: approx Purple. HEX triplet: 72, 1A and 85. RGB value is (114,26,133). Sum of RGB (Red+Green+Blue) = 114+26+133=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 26 (10.55% from 255 or 9.52% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #721A85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721A85 is #8DE57A. Grayscale: #404040. Windows color (decimal): -9299323 or 8723058. OLE color: 8723058.

HSL color Cylindrical-coordinate representation of color #721A85: hue angle of 289.35º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721A85 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11426133-
CMYK0.140.8000.48
HSL289.35º67.3%31.18%-
HSV(B)289.35º80.45%52.16%-
XYZ11.546.0122.74-
YUV64.51166.65163.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.76%
GREEN value IS 26 (10.55% from 255) = 9.52%
BLUE value IS 133 (52.34% from 255) = 48.72%
R=41.76%
G=9.52%
B=48.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114261330.140.8000.48289.3567.331.18
Hex721A85E50030121431f
Octal162322051612006044110337
Binary11100101101010000101111010100000110000100100001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721A85; }

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

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

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

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

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

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

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

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