#73259B

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

Shades of Vivid Violet #73259B

Tints of Vivid Violet #73259B

Color information

#73259B (or 0x73259B) is unknown color: approx Vivid Violet. HEX triplet: 73, 25 and 9B. RGB value is (115,37,155). Sum of RGB (Red+Green+Blue) = 115+37+155=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #73259B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73259B is #8CDA64. Grayscale: #494949. Windows color (decimal): -9230949 or 10167667. OLE color: 10167667.

HSL color Cylindrical-coordinate representation of color #73259B: hue angle of 279.66º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73259B is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11537155-
CMYK0.260.7600.39
HSL279.66º61.46%37.65%-
HSV(B)279.66º76.13%60.78%-
XYZ13.657.3331.71-
YUV73.77173.84157.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 37 (14.84% from 255) = 12.05%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=37.46%
G=12.05%
B=50.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115371550.260.7600.39279.6661.4637.65
Hex73259B1A4C0271183d26
Octal16345233321140474307546
Binary1110011100101100110111101010011000100111100011000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73259B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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