#731DDE

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

Shades of Blue Violet #731DDE

Tints of Blue Violet #731DDE

Color information

#731DDE (or 0x731DDE) is unknown color: approx Blue Violet. HEX triplet: 73, 1D and DE. RGB value is (115,29,222). Sum of RGB (Red+Green+Blue) = 115+29+222=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 29 (11.72% from 255 or 7.92% from 366); Blue value is 222 (87.11% from 255 or 60.66% from 366); Max value from RGB is 222 - color contains mainly: blue. Hex color #731DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #731DDE is #8CE221. Grayscale: #4C4C4C. Windows color (decimal): -9232930 or 14556531. OLE color: 14556531.

HSL color Cylindrical-coordinate representation of color #731DDE: hue angle of 266.74º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731DDE is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11529222-
CMYK0.480.8700.13
HSL266.74º76.89%49.22%-
HSV(B)266.74º86.94%87.06%-
XYZ20.699.869.91-
YUV76.72209.99155.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 29 (11.72% from 255) = 7.92%
BLUE value IS 222 (87.11% from 255) = 60.66%
R=31.42%
G=7.92%
B=60.66%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal115292220.480.8700.13266.7476.8949.22
Hex731DDE30570D10b4d31
Octal163353366012701541311561
Binary111001111101110111101100001010111011011000010111001101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,29,222); }

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

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

 a { background-color: rgb(115,29,222); }

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

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

 span { border-color: rgb(115,29,222); }

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