#7D43E1

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

Shades of Blue Violet #7D43E1

Tints of Blue Violet #7D43E1

Color information

#7D43E1 (or 0x7D43E1) is unknown color: approx Blue Violet. HEX triplet: 7D, 43 and E1. RGB value is (125,67,225). Sum of RGB (Red+Green+Blue) = 125+67+225=417 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.98% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 225 (88.28% from 255 or 53.96% from 417); Max value from RGB is 225 - color contains mainly: blue. Hex color #7D43E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D43E1 is #82BC1E. Grayscale: #656565. Windows color (decimal): -8567839 or 14762877. OLE color: 14762877.

HSL color Cylindrical-coordinate representation of color #7D43E1: hue angle of 262.03º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D43E1 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB12567225-
CMYK0.440.7000.12
HSL262.03º72.48%57.25%-
HSV(B)262.03º70.22%88.24%-
XYZ24.0613.8172.63-
YUV102.35197.22144.15-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.98%
GREEN value IS 67 (26.56% from 255) = 16.07%
BLUE value IS 225 (88.28% from 255) = 53.96%
R=29.98%
G=16.07%
B=53.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal125672250.440.7000.12262.0372.4857.25
Hex7D43E12C460C1064839
Octal1751033415410601440611071
Binary11111011000011111000011011001000110011001000001101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D43E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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