#7D2DE8

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

Shades of Blue Violet #7D2DE8

Tints of Blue Violet #7D2DE8

Color information

#7D2DE8 (or 0x7D2DE8) is unknown color: approx Blue Violet. HEX triplet: 7D, 2D and E8. RGB value is (125,45,232). Sum of RGB (Red+Green+Blue) = 125+45+232=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 232 (91.02% from 255 or 57.71% from 402); Max value from RGB is 232 - color contains mainly: blue. Hex color #7D2DE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D2DE8 is #82D217. Grayscale: #595959. Windows color (decimal): -8573464 or 15215997. OLE color: 15215997.

HSL color Cylindrical-coordinate representation of color #7D2DE8: hue angle of 265.67º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D2DE8 is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12545232-
CMYK0.460.8100.09
HSL265.67º80.26%54.31%-
HSV(B)265.67º80.6%90.98%-
XYZ23.9612.0677.41-
YUV90.24208152.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 31.09%
GREEN value IS 45 (17.97% from 255) = 11.19%
BLUE value IS 232 (91.02% from 255) = 57.71%
R=31.09%
G=11.19%
B=57.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal125452320.460.8100.09265.6780.2654.31
Hex7D2DE82E510910a5036
Octal175553505612101141212066
Binary1111101101101111010001011101010001010011000010101010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,45,232); }

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

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

 a { background-color: rgb(125,45,232); }

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

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

 span { border-color: rgb(125,45,232); }

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