#73269D

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

Shades of Vivid Violet #73269D

Tints of Vivid Violet #73269D

Color information

#73269D (or 0x73269D) is unknown color: approx Vivid Violet. HEX triplet: 73, 26 and 9D. RGB value is (115,38,157). Sum of RGB (Red+Green+Blue) = 115+38+157=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #73269D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #73269D is #8CD962. Grayscale: #4A4A4A. Windows color (decimal): -9230691 or 10298995. OLE color: 10298995.

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

Color convert

RGB11538157-
CMYK0.270.7600.38
HSL278.82º61.03%38.24%-
HSV(B)278.82º75.8%61.57%-
XYZ13.857.4732.61-
YUV74.59174.51156.82-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=37.10%
G=12.26%
B=50.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal115381570.270.7600.38278.8261.0338.24
Hex73269D1B4C0261173d26
Octal16346235331140464277546
Binary1110011100110100111011101110011000100110100010111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73269D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73269D; }

 p { color: rgb(115,38,157); }

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

<style>
 a { background-color: #73269D; }

 a { background-color: rgb(115,38,157); }

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

<style>
 span { border-color: #73269D; }

 span { border-color: rgb(115,38,157); }

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