#7D31F3

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

Shades of Blue Violet #7D31F3

Tints of Blue Violet #7D31F3

Color information

#7D31F3 (or 0x7D31F3) is unknown color: approx Blue Violet. HEX triplet: 7D, 31 and F3. RGB value is (125,49,243). Sum of RGB (Red+Green+Blue) = 125+49+243=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 49 (19.53% from 255 or 11.75% from 417); Blue value is 243 (95.31% from 255 or 58.27% from 417); Max value from RGB is 243 - color contains mainly: blue. Hex color #7D31F3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D31F3 is #82CE0C. Grayscale: #5D5D5D. Windows color (decimal): -8572429 or 15937917. OLE color: 15937917.

HSL color Cylindrical-coordinate representation of color #7D31F3: hue angle of 263.51º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7D31F3 is Cyan = 0.49, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12549243-
CMYK0.490.8000.05
HSL263.51º88.99%57.25%-
HSV(B)263.51º79.84%95.29%-
XYZ25.7313.0385.95-
YUV93.84212.18150.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 49 (19.53% from 255) = 11.75%
BLUE value IS 243 (95.31% from 255) = 58.27%
R=29.98%
G=11.75%
B=58.27%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal125492430.490.8000.05263.5188.9957.25
Hex7D31F33150051085939
Octal17561363611200541013171
Binary111110111000111110011110001101000001011000010001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D31F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D31F3; }

 p { color: rgb(125,49,243); }

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

<style>
 a { background-color: #7D31F3; }

 a { background-color: rgb(125,49,243); }

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

<style>
 span { border-color: #7D31F3; }

 span { border-color: rgb(125,49,243); }

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