#73188C

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

Shades of Vivid Violet #73188C

Tints of Vivid Violet #73188C

Color information

#73188C (or 0x73188C) is unknown color: approx Vivid Violet. HEX triplet: 73, 18 and 8C. RGB value is (115,24,140). Sum of RGB (Red+Green+Blue) = 115+24+140=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 24 (9.77% from 255 or 8.60% from 279); Blue value is 140 (55.08% from 255 or 50.18% from 279); Max value from RGB is 140 - color contains mainly: blue. Hex color #73188C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73188C is #8CE773. Grayscale: #404040. Windows color (decimal): -9234292 or 9181299. OLE color: 9181299.

HSL color Cylindrical-coordinate representation of color #73188C: hue angle of 287.07º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #73188C is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11524140-
CMYK0.180.8300.45
HSL287.07º70.73%32.16%-
HSV(B)287.07º82.86%54.9%-
XYZ12.136.1925.37-
YUV64.43170.65164.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.22%
GREEN value IS 24 (9.77% from 255) = 8.60%
BLUE value IS 140 (55.08% from 255) = 50.18%
R=41.22%
G=8.60%
B=50.18%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal115241400.180.8300.45287.0770.7332.16
Hex73188C125302D11f4720
Octal163302142212305543710740
Binary1110011110001000110010010101001101011011000111111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73188C; }

 p { color: rgb(115,24,140); }

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

<style>
 a { background-color: #73188C; }

 a { background-color: rgb(115,24,140); }

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

<style>
 span { border-color: #73188C; }

 span { border-color: rgb(115,24,140); }

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