#721085

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

Shades of Purple #721085

Tints of Purple #721085

Color information

#721085 (or 0x721085) is unknown color: approx Purple. HEX triplet: 72, 10 and 85. RGB value is (114,16,133). Sum of RGB (Red+Green+Blue) = 114+16+133=263 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.35% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #721085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721085 is #8DEF7A. Grayscale: #3A3A3A. Windows color (decimal): -9301883 or 8720498. OLE color: 8720498.

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

Color convert

RGB11416133-
CMYK0.140.8800.48
HSL290.26º78.52%29.22%-
HSV(B)290.26º87.97%52.16%-
XYZ11.365.6422.68-
YUV58.64169.97167.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.35%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 133 (52.34% from 255) = 50.57%
R=43.35%
G=6.08%
B=50.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114161330.140.8800.48290.2678.5229.22
Hex721085E580301224f1d
Octal162202051613006044211735
Binary11100101000010000101111010110000110000100100010100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721085; }

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

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

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

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

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

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

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

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