#721684

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

Shades of Purple #721684

Tints of Purple #721684

Color information

#721684 (or 0x721684) is unknown color: approx Purple. HEX triplet: 72, 16 and 84. RGB value is (114,22,132). Sum of RGB (Red+Green+Blue) = 114+22+132=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #721684 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721684 is #8DE97B. Grayscale: #3D3D3D. Windows color (decimal): -9300348 or 8656498. OLE color: 8656498.

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

Color convert

RGB11422132-
CMYK0.140.8300.48
HSL290.18º71.43%30.2%-
HSV(B)290.18º83.33%51.76%-
XYZ11.395.8222.35-
YUV62.05167.48165.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 42.54%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 132 (51.95% from 255) = 49.25%
R=42.54%
G=8.21%
B=49.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114221320.140.8300.48290.1871.4330.2
Hex721684E53030122471e
Octal162262041612306044210736
Binary11100101011010000100111010100110110000100100010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721684; }

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

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

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

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

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

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

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

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