#721680

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

Shades of Purple #721680

Tints of Purple #721680

Color information

#721680 (or 0x721680) is unknown color: approx Purple. HEX triplet: 72, 16 and 80. RGB value is (114,22,128). Sum of RGB (Red+Green+Blue) = 114+22+128=264 (34% of max value = 765). Red value is 114 (44.92% from 255 or 43.18% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #721680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721680 is #8DE97F. Grayscale: #3D3D3D. Windows color (decimal): -9300352 or 8394354. OLE color: 8394354.

HSL color Cylindrical-coordinate representation of color #721680: hue angle of 292.08º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #721680 is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11422128-
CMYK0.110.8300.50
HSL292.08º70.67%29.41%-
HSV(B)292.08º82.81%50.2%-
XYZ11.125.7120.94-
YUV61.59165.48165.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.18%
GREEN value IS 22 (8.98% from 255) = 8.33%
BLUE value IS 128 (50.39% from 255) = 48.48%
R=43.18%
G=8.33%
B=48.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114221280.110.8300.50292.0870.6729.41
Hex721680B53032124471d
Octal162262001312306244410735
Binary11100101011010000000101110100110110010100100100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721680; }

 p { color: rgb(114,22,128); }

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

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

 a { background-color: rgb(114,22,128); }

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

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

 span { border-color: rgb(114,22,128); }

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