#7D43ED

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

Shades of Blue Violet #7D43ED

Tints of Blue Violet #7D43ED

Color information

#7D43ED (or 0x7D43ED) is unknown color: approx Blue Violet. HEX triplet: 7D, 43 and ED. RGB value is (125,67,237). Sum of RGB (Red+Green+Blue) = 125+67+237=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 67 (26.56% from 255 or 15.62% from 429); Blue value is 237 (92.97% from 255 or 55.24% from 429); Max value from RGB is 237 - color contains mainly: blue. Hex color #7D43ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D43ED is #82BC12. Grayscale: #676767. Windows color (decimal): -8567827 or 15549309. OLE color: 15549309.

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

Color convert

RGB12567237-
CMYK0.470.7200.07
HSL260.47º82.52%59.61%-
HSV(B)260.47º71.73%92.94%-
XYZ25.7514.4981.56-
YUV103.72203.22143.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 67 (26.56% from 255) = 15.62%
BLUE value IS 237 (92.97% from 255) = 55.24%
R=29.14%
G=15.62%
B=55.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal125672370.470.7200.07260.4782.5259.61
Hex7D43ED2F4807104533c
Octal175103355571100740412374
Binary1111101100001111101101101111100100001111000001001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D43ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,67,237); }

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

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

 a { background-color: rgb(125,67,237); }

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

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

 span { border-color: rgb(125,67,237); }

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