#7d45ec

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

Shades of Blue Violet #7D45EC

Tints of Blue Violet #7D45EC

Color information

#7D45EC (or 0x7D45EC) is unknown color: approx Blue Violet. HEX triplet: 7D, 45 and EC. RGB value is (125,69,236). Sum of RGB (Red+Green+Blue) = 125+69+236=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D45EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D45EC is #82BA13. Grayscale: #686868. Windows color (decimal): -8567316 or 15484285. OLE color: 15484285.

HSL color Cylindrical-coordinate representation of color #7D45EC: hue angle of 260.12º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7D45EC is Cyan = 0.47, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12569236-
CMYK0.470.7100.07
HSL260.12º81.46%59.8%-
HSV(B)260.12º70.76%92.55%-
XYZ25.7314.6780.83-
YUV104.78202.05142.42-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.07%
GREEN value IS 69 (27.34% from 255) = 16.05%
BLUE value IS 236 (92.58% from 255) = 54.88%
R=29.07%
G=16.05%
B=54.88%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal125692360.470.7100.07260.1281.4659.8
Hex7D45EC2F4707104513c
Octal175105354571070740412174
Binary1111101100010111101100101111100011101111000001001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d45ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,69,236); }

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

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

 a { background-color: rgb(125,69,236); }

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

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

 span { border-color: rgb(125,69,236); }

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