#7317EA

Color #7317EA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #7317EA

Tints of Blue Violet #7317EA

Color information

#7317EA (or 0x7317EA) is unknown color: approx Blue Violet. HEX triplet: 73, 17 and EA. RGB value is (115,23,234). Sum of RGB (Red+Green+Blue) = 115+23+234=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 234 (91.80% from 255 or 62.90% from 372); Max value from RGB is 234 - color contains mainly: blue. Hex color #7317EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7317EA is #8CE815. Grayscale: #494949. Windows color (decimal): -9234454 or 15341427. OLE color: 15341427.

HSL color Cylindrical-coordinate representation of color #7317EA: hue angle of 266.16º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7317EA is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11523234-
CMYK0.510.9000.08
HSL266.16º83.4%50.39%-
HSV(B)266.16º90.17%91.76%-
XYZ22.2310.278.64-
YUV74.56217.98156.84-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.91%
GREEN value IS 23 (9.38% from 255) = 6.18%
BLUE value IS 234 (91.80% from 255) = 62.90%
R=30.91%
G=6.18%
B=62.90%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal115232340.510.9000.08266.1683.450.39
Hex7317EA335A0810a5332
Octal163273526313201041212362
Binary111001110111111010101100111011010010001000010101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7317EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7317EA; }

 p { color: rgb(115,23,234); }

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

<style>
 a { background-color: #7317EA; }

 a { background-color: rgb(115,23,234); }

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

<style>
 span { border-color: #7317EA; }

 span { border-color: rgb(115,23,234); }

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