#73238B

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

Shades of Vivid Violet #73238B

Tints of Vivid Violet #73238B

Color information

#73238B (or 0x73238B) is unknown color: approx Vivid Violet. HEX triplet: 73, 23 and 8B. RGB value is (115,35,139). Sum of RGB (Red+Green+Blue) = 115+35+139=289 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.79% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #73238B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73238B is #8CDC74. Grayscale: #464646. Windows color (decimal): -9231477 or 9118579. OLE color: 9118579.

HSL color Cylindrical-coordinate representation of color #73238B: hue angle of 286.15º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73238B is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11535139-
CMYK0.170.7500.45
HSL286.15º59.77%34.12%-
HSV(B)286.15º74.82%54.51%-
XYZ12.336.7125.07-
YUV70.78166.5159.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.79%
GREEN value IS 35 (14.06% from 255) = 12.11%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=39.79%
G=12.11%
B=48.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115351390.170.7500.45286.1559.7734.12
Hex73238B114B02D11e3c22
Octal16343213211130554367442
Binary1110011100011100010111000110010110101101100011110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73238B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73238B; }

 p { color: rgb(115,35,139); }

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

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

 a { background-color: rgb(115,35,139); }

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

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

 span { border-color: rgb(115,35,139); }

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