#721D85

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

Shades of Vivid Violet #721D85

Tints of Vivid Violet #721D85

Color information

#721D85 (or 0x721D85) is unknown color: approx Vivid Violet. HEX triplet: 72, 1D and 85. RGB value is (114,29,133). Sum of RGB (Red+Green+Blue) = 114+29+133=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 29 (11.72% from 255 or 10.51% from 276); Blue value is 133 (52.34% from 255 or 48.19% from 276); Max value from RGB is 133 - color contains mainly: blue. Hex color #721D85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #721D85 is #8DE27A. Grayscale: #414141. Windows color (decimal): -9298555 or 8723826. OLE color: 8723826.

HSL color Cylindrical-coordinate representation of color #721D85: hue angle of 289.04º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721D85 is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11429133-
CMYK0.140.7800.48
HSL289.04º64.2%31.76%-
HSV(B)289.04º78.2%52.16%-
XYZ11.616.1522.77-
YUV66.27165.66162.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 29 (11.72% from 255) = 10.51%
BLUE value IS 133 (52.34% from 255) = 48.19%
R=41.30%
G=10.51%
B=48.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114291330.140.7800.48289.0464.231.76
Hex721D85E4E0301214020
Octal162352051611606044110040
Binary111001011101100001011110100111001100001001000011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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