#7D47DD

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

Shades of Blue Violet #7D47DD

Tints of Blue Violet #7D47DD

Color information

#7D47DD (or 0x7D47DD) is unknown color: approx Blue Violet. HEX triplet: 7D, 47 and DD. RGB value is (125,71,221). Sum of RGB (Red+Green+Blue) = 125+71+221=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 71 (28.12% from 255 or 17.03% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D47DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D47DD is #82B822. Grayscale: #676767. Windows color (decimal): -8566819 or 14501757. OLE color: 14501757.

HSL color Cylindrical-coordinate representation of color #7D47DD: hue angle of 261.6º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D47DD is Cyan = 0.43, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12571221-
CMYK0.430.6800.13
HSL261.6º68.81%57.25%-
HSV(B)261.6º67.87%86.67%-
XYZ23.7614.0969.87-
YUV104.25193.89142.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 71 (28.12% from 255) = 17.03%
BLUE value IS 221 (86.72% from 255) = 53.00%
R=29.98%
G=17.03%
B=53.00%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125712210.430.6800.13261.668.8157.25
Hex7D47DD2B440D1064539
Octal1751073355310401540610571
Binary11111011000111110111011010111000100011011000001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D47DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,71,221); }

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

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

 a { background-color: rgb(125,71,221); }

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

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

 span { border-color: rgb(125,71,221); }

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