#731BED

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

Shades of Blue Violet #731BED

Tints of Blue Violet #731BED

Color information

#731BED (or 0x731BED) is unknown color: approx Blue Violet. HEX triplet: 73, 1B and ED. RGB value is (115,27,237). Sum of RGB (Red+Green+Blue) = 115+27+237=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 27 (10.94% from 255 or 7.12% from 379); Blue value is 237 (92.97% from 255 or 62.53% from 379); Max value from RGB is 237 - color contains mainly: blue. Hex color #731BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #731BED is #8CE412. Grayscale: #4C4C4C. Windows color (decimal): -9233427 or 15539059. OLE color: 15539059.

HSL color Cylindrical-coordinate representation of color #731BED: hue angle of 265.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731BED is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11527237-
CMYK0.510.8900.07
HSL265.14º85.37%51.76%-
HSV(B)265.14º88.61%92.94%-
XYZ22.7510.5480.96-
YUV77.25218.15154.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 30.34%
GREEN value IS 27 (10.94% from 255) = 7.12%
BLUE value IS 237 (92.97% from 255) = 62.53%
R=30.34%
G=7.12%
B=62.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal115272370.510.8900.07265.1485.3751.76
Hex731BED3359071095534
Octal16333355631310741112564
Binary11100111101111101101110011101100101111000010011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,27,237); }

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

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

 a { background-color: rgb(115,27,237); }

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

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

 span { border-color: rgb(115,27,237); }

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