#721A83

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

Shades of Purple #721A83

Tints of Purple #721A83

Color information

#721A83 (or 0x721A83) is unknown color: approx Purple. HEX triplet: 72, 1A and 83. RGB value is (114,26,131). Sum of RGB (Red+Green+Blue) = 114+26+131=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #721A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721A83 is #8DE57C. Grayscale: #3F3F3F. Windows color (decimal): -9299325 or 8591986. OLE color: 8591986.

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

Color convert

RGB11426131-
CMYK0.130.8000.49
HSL290.29º66.88%30.78%-
HSV(B)290.29º80.15%51.37%-
XYZ11.415.9522.02-
YUV64.28165.65163.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.07%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 131 (51.56% from 255) = 48.34%
R=42.07%
G=9.59%
B=48.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal114261310.130.8000.49290.2966.8830.78
Hex721A83D50031122431f
Octal162322031512006144210337
Binary11100101101010000011110110100000110001100100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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