#722585

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

Shades of Vivid Violet #722585

Tints of Vivid Violet #722585

Color information

#722585 (or 0x722585) is unknown color: approx Vivid Violet. HEX triplet: 72, 25 and 85. RGB value is (114,37,133). Sum of RGB (Red+Green+Blue) = 114+37+133=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 37 (14.84% from 255 or 13.03% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #722585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #722585 is #8DDA7A. Grayscale: #464646. Windows color (decimal): -9296507 or 8725874. OLE color: 8725874.

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

Color convert

RGB11437133-
CMYK0.140.7200.48
HSL288.12º56.47%33.33%-
HSV(B)288.12º72.18%52.16%-
XYZ11.836.5922.84-
YUV70.97163.01158.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 37 (14.84% from 255) = 13.03%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=40.14%
G=13.03%
B=46.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114371330.140.7200.48288.1256.4733.33
Hex722585E480301203821
Octal16245205161100604407041
Binary111001010010110000101111010010000110000100100000111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722585; }

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

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

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

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

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

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

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

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