#7D39D5

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

Shades of Blue Violet #7D39D5

Tints of Blue Violet #7D39D5

Color information

#7D39D5 (or 0x7D39D5) is unknown color: approx Blue Violet. HEX triplet: 7D, 39 and D5. RGB value is (125,57,213). Sum of RGB (Red+Green+Blue) = 125+57+213=395 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.65% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 213 (83.59% from 255 or 53.92% from 395); Max value from RGB is 213 - color contains mainly: blue. Hex color #7D39D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D39D5 is #82C62A. Grayscale: #5E5E5E. Windows color (decimal): -8570411 or 13973885. OLE color: 13973885.

HSL color Cylindrical-coordinate representation of color #7D39D5: hue angle of 266.15º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7D39D5 is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB12557213-
CMYK0.410.7300.16
HSL266.15º65%52.94%-
HSV(B)266.15º73.24%83.53%-
XYZ21.9312.0964.13-
YUV95.12194.53149.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.65%
GREEN value IS 57 (22.66% from 255) = 14.43%
BLUE value IS 213 (83.59% from 255) = 53.92%
R=31.65%
G=14.43%
B=53.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal125572130.410.7300.16266.156552.94
Hex7D39D5294901010a4135
Octal175713255111102041210165
Binary11111011110011101010110100110010010100001000010101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D39D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,57,213); }

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

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

 a { background-color: rgb(125,57,213); }

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

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

 span { border-color: rgb(125,57,213); }

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