#723B85

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

Shades of Vivid Violet #723B85

Tints of Vivid Violet #723B85

Color information

#723B85 (or 0x723B85) is unknown color: approx Vivid Violet. HEX triplet: 72, 3B and 85. RGB value is (114,59,133). Sum of RGB (Red+Green+Blue) = 114+59+133=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 133 (52.34% from 255 or 43.46% from 306); Max value from RGB is 133 - color contains mainly: blue. Hex color #723B85 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #723B85 is #8DC47A. Grayscale: #535353. Windows color (decimal): -9290875 or 8731506. OLE color: 8731506.

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

Color convert

RGB11459133-
CMYK0.140.5600.48
HSL284.59º38.54%37.65%-
HSV(B)284.59º55.64%52.16%-
XYZ12.748.423.14-
YUV83.88155.72149.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 133 (52.34% from 255) = 43.46%
R=37.25%
G=19.28%
B=43.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114591330.140.5600.48284.5938.5437.65
Hex723B85E3803011d2726
Octal1627320516700604354746
Binary11100101110111000010111101110000110000100011101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723B85; }

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

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

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

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

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

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

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

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