#7d40f1

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

Shades of Blue Violet #7D40F1

Tints of Blue Violet #7D40F1

Color information

#7D40F1 (or 0x7D40F1) is unknown color: approx Blue Violet. HEX triplet: 7D, 40 and F1. RGB value is (125,64,241). Sum of RGB (Red+Green+Blue) = 125+64+241=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 64 (25.39% from 255 or 14.88% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #7D40F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D40F1 is #82BF0E. Grayscale: #656565. Windows color (decimal): -8568591 or 15810685. OLE color: 15810685.

HSL color Cylindrical-coordinate representation of color #7D40F1: hue angle of 260.68º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D40F1 is Cyan = 0.48, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12564241-
CMYK0.480.7300.05
HSL260.68º86.34%59.8%-
HSV(B)260.68º73.44%94.51%-
XYZ26.1714.3884.62-
YUV102.42206.21144.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.07%
GREEN value IS 64 (25.39% from 255) = 14.88%
BLUE value IS 241 (94.53% from 255) = 56.05%
R=29.07%
G=14.88%
B=56.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal125642410.480.7300.05260.6886.3459.8
Hex7D40F1304905105563c
Octal175100361601110540512674
Binary1111101100000011110001110000100100101011000001011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d40f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,64,241); }

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

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

 a { background-color: rgb(125,64,241); }

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

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

 span { border-color: rgb(125,64,241); }

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