#731AEA

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

Shades of Blue Violet #731AEA

Tints of Blue Violet #731AEA

Color information

#731AEA (or 0x731AEA) is unknown color: approx Blue Violet. HEX triplet: 73, 1A and EA. RGB value is (115,26,234). Sum of RGB (Red+Green+Blue) = 115+26+234=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 26 (10.55% from 255 or 6.93% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #731AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731AEA is #8CE515. Grayscale: #4B4B4B. Windows color (decimal): -9233686 or 15342195. OLE color: 15342195.

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

Color convert

RGB11526234-
CMYK0.510.8900.08
HSL265.67º83.2%50.98%-
HSV(B)265.67º88.89%91.76%-
XYZ22.2910.3278.66-
YUV76.32216.99155.59-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.67%
GREEN value IS 26 (10.55% from 255) = 6.93%
BLUE value IS 234 (91.80% from 255) = 62.4%
R=30.67%
G=6.93%
B=62.4%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal115262340.510.8900.08265.6783.250.98
Hex731AEA33590810a5333
Octal163323526313101041212363
Binary111001111010111010101100111011001010001000010101010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731AEA; }

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

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

<style>
 a { background-color: #731AEA; }

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

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

<style>
 span { border-color: #731AEA; }

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

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