#7D39D9

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

Shades of Blue Violet #7D39D9

Tints of Blue Violet #7D39D9

Color information

#7D39D9 (or 0x7D39D9) is unknown color: approx Blue Violet. HEX triplet: 7D, 39 and D9. RGB value is (125,57,217). Sum of RGB (Red+Green+Blue) = 125+57+217=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 57 (22.66% from 255 or 14.29% from 399); Blue value is 217 (85.16% from 255 or 54.39% from 399); Max value from RGB is 217 - color contains mainly: blue. Hex color #7D39D9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D39D9 is #82C626. Grayscale: #5F5F5F. Windows color (decimal): -8570407 or 14236029. OLE color: 14236029.

HSL color Cylindrical-coordinate representation of color #7D39D9: hue angle of 265.5º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7D39D9 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB12557217-
CMYK0.420.7400.15
HSL265.5º67.8%53.73%-
HSV(B)265.5º73.73%85.1%-
XYZ22.4412.366.84-
YUV95.57196.53148.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.33%
GREEN value IS 57 (22.66% from 255) = 14.29%
BLUE value IS 217 (85.16% from 255) = 54.39%
R=31.33%
G=14.29%
B=54.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal125572170.420.7400.15265.567.853.73
Hex7D39D92A4A0F10a4436
Octal175713315211201741210466
Binary1111101111001110110011010101001010011111000010101000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D39D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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