#73259F

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

Shades of Vivid Violet #73259F

Tints of Vivid Violet #73259F

Color information

#73259F (or 0x73259F) is unknown color: approx Vivid Violet. HEX triplet: 73, 25 and 9F. RGB value is (115,37,159). Sum of RGB (Red+Green+Blue) = 115+37+159=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #73259F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73259F is #8CDA60. Grayscale: #494949. Windows color (decimal): -9230945 or 10429811. OLE color: 10429811.

HSL color Cylindrical-coordinate representation of color #73259F: hue angle of 278.36º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73259F is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11537159-
CMYK0.280.7700.38
HSL278.36º62.24%38.43%-
HSV(B)278.36º76.73%62.35%-
XYZ13.997.4733.51-
YUV74.23175.84157.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.98%
GREEN value IS 37 (14.84% from 255) = 11.90%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=36.98%
G=11.90%
B=51.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115371590.280.7700.38278.3662.2438.43
Hex73259F1C4D0261163e26
Octal16345237341150464267646
Binary1110011100101100111111110010011010100110100010110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73259F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73259F; }

 p { color: rgb(115,37,159); }

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

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

 a { background-color: rgb(115,37,159); }

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

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

 span { border-color: rgb(115,37,159); }

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