#73258A

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

Shades of Vivid Violet #73258A

Tints of Vivid Violet #73258A

Color information

#73258A (or 0x73258A) is unknown color: approx Vivid Violet. HEX triplet: 73, 25 and 8A. RGB value is (115,37,138). Sum of RGB (Red+Green+Blue) = 115+37+138=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #73258A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73258A is #8CDA75. Grayscale: #474747. Windows color (decimal): -9230966 or 9053555. OLE color: 9053555.

HSL color Cylindrical-coordinate representation of color #73258A: hue angle of 286.34º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73258A is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11537138-
CMYK0.170.7300.46
HSL286.34º57.71%34.31%-
HSV(B)286.34º73.19%54.12%-
XYZ12.326.824.71-
YUV71.84165.34158.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.66%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=39.66%
G=12.76%
B=47.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal115371380.170.7300.46286.3457.7134.31
Hex73258A114902E11e3a22
Octal16345212211110564367242
Binary1110011100101100010101000110010010101110100011110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73258A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73258A; }

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

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

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

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

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

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

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

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