#721D89

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

Shades of Vivid Violet #721D89

Tints of Vivid Violet #721D89

Color information

#721D89 (or 0x721D89) is unknown color: approx Vivid Violet. HEX triplet: 72, 1D and 89. RGB value is (114,29,137). Sum of RGB (Red+Green+Blue) = 114+29+137=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #721D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721D89 is #8DE276. Grayscale: #424242. Windows color (decimal): -9298551 or 8985970. OLE color: 8985970.

HSL color Cylindrical-coordinate representation of color #721D89: hue angle of 287.22º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #721D89 is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11429137-
CMYK0.170.7900.46
HSL287.22º65.06%32.55%-
HSV(B)287.22º78.83%53.73%-
XYZ11.896.2624.25-
YUV66.73167.66161.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.71%
GREEN value IS 29 (11.72% from 255) = 10.36%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=40.71%
G=10.36%
B=48.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal114291370.170.7900.46287.2265.0632.55
Hex721D89114F02E11f4121
Octal162352112111705643710141
Binary1110010111011000100110001100111101011101000111111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,29,137); }

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

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

 a { background-color: rgb(114,29,137); }

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

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

 span { border-color: rgb(114,29,137); }

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