#73229B

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

Shades of Vivid Violet #73229B

Tints of Vivid Violet #73229B

Color information

#73229B (or 0x73229B) is unknown color: approx Vivid Violet. HEX triplet: 73, 22 and 9B. RGB value is (115,34,155). Sum of RGB (Red+Green+Blue) = 115+34+155=304 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.83% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 155 (60.94% from 255 or 50.99% from 304); Max value from RGB is 155 - color contains mainly: blue. Hex color #73229B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73229B is #8CDD64. Grayscale: #474747. Windows color (decimal): -9231717 or 10166899. OLE color: 10166899.

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

Color convert

RGB11534155-
CMYK0.260.7800.39
HSL280.17º64.02%37.06%-
HSV(B)280.17º78.06%60.78%-
XYZ13.567.1631.68-
YUV72.01174.84158.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.83%
GREEN value IS 34 (13.67% from 255) = 11.18%
BLUE value IS 155 (60.94% from 255) = 50.99%
R=37.83%
G=11.18%
B=50.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115341550.260.7800.39280.1764.0237.06
Hex73229B1A4E0271184025
Octal163422333211604743010045
Binary11100111000101001101111010100111001001111000110001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73229B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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