#73279B

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

Shades of Vivid Violet #73279B

Tints of Vivid Violet #73279B

Color information

#73279B (or 0x73279B) is unknown color: approx Vivid Violet. HEX triplet: 73, 27 and 9B. RGB value is (115,39,155). Sum of RGB (Red+Green+Blue) = 115+39+155=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 39 (15.62% from 255 or 12.62% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #73279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73279B is #8CD864. Grayscale: #4A4A4A. Windows color (decimal): -9230437 or 10168179. OLE color: 10168179.

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

Color convert

RGB11539155-
CMYK0.260.7500.39
HSL279.31º59.79%38.04%-
HSV(B)279.31º74.84%60.78%-
XYZ13.717.4631.73-
YUV74.95173.18156.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 39 (15.62% from 255) = 12.62%
BLUE value IS 155 (60.94% from 255) = 50.16%
R=37.22%
G=12.62%
B=50.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal115391550.260.7500.39279.3159.7938.04
Hex73279B1A4B0271173c26
Octal16347233321130474277446
Binary1110011100111100110111101010010110100111100010111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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