#7D41DE

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

Shades of Blue Violet #7D41DE

Tints of Blue Violet #7D41DE

Color information

#7D41DE (or 0x7D41DE) is unknown color: approx Blue Violet. HEX triplet: 7D, 41 and DE. RGB value is (125,65,222). Sum of RGB (Red+Green+Blue) = 125+65+222=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 65 (25.78% from 255 or 15.78% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #7D41DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D41DE is #82BE21. Grayscale: #646464. Windows color (decimal): -8568354 or 14565757. OLE color: 14565757.

HSL color Cylindrical-coordinate representation of color #7D41DE: hue angle of 262.93º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D41DE is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12565222-
CMYK0.440.7100.13
HSL262.93º70.4%56.27%-
HSV(B)262.93º70.72%87.06%-
XYZ23.5313.4170.46-
YUV100.84196.38145.23-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.34%
GREEN value IS 65 (25.78% from 255) = 15.78%
BLUE value IS 222 (87.11% from 255) = 53.88%
R=30.34%
G=15.78%
B=53.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125652220.440.7100.13262.9370.456.27
Hex7D41DE2C470D1074638
Octal1751013365410701540710670
Binary11111011000001110111101011001000111011011000001111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D41DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,65,222); }

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

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

 a { background-color: rgb(125,65,222); }

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

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

 span { border-color: rgb(125,65,222); }

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