#7D44DD

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

Shades of Blue Violet #7D44DD

Tints of Blue Violet #7D44DD

Color information

#7D44DD (or 0x7D44DD) is unknown color: approx Blue Violet. HEX triplet: 7D, 44 and DD. RGB value is (125,68,221). Sum of RGB (Red+Green+Blue) = 125+68+221=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 68 (26.95% from 255 or 16.43% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D44DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D44DD is #82BB22. Grayscale: #656565. Windows color (decimal): -8567587 or 14500989. OLE color: 14500989.

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

Color convert

RGB12568221-
CMYK0.430.6900.13
HSL262.35º69.23%56.67%-
HSV(B)262.35º69.23%86.67%-
XYZ23.5813.7169.81-
YUV102.48194.88144.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.19%
GREEN value IS 68 (26.95% from 255) = 16.43%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=30.19%
G=16.43%
B=53.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal125682210.430.6900.13262.3569.2356.67
Hex7D44DD2B450D1064539
Octal1751043355310501540610571
Binary11111011000100110111011010111000101011011000001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D44DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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