#7D3EEC

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

Shades of Blue Violet #7D3EEC

Tints of Blue Violet #7D3EEC

Color information

#7D3EEC (or 0x7D3EEC) is unknown color: approx Blue Violet. HEX triplet: 7D, 3E and EC. RGB value is (125,62,236). Sum of RGB (Red+Green+Blue) = 125+62+236=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 62 (24.61% from 255 or 14.66% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #7D3EEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3EEC is #82C113. Grayscale: #646464. Windows color (decimal): -8569108 or 15482493. OLE color: 15482493.

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

Color convert

RGB12562236-
CMYK0.470.7400.07
HSL261.72º82.08%58.43%-
HSV(B)261.72º73.73%92.55%-
XYZ25.3213.8680.7-
YUV100.67204.37145.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 62 (24.61% from 255) = 14.66%
BLUE value IS 236 (92.58% from 255) = 55.79%
R=29.55%
G=14.66%
B=55.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal125622360.470.7400.07261.7282.0858.43
Hex7D3EEC2F4A07106523a
Octal17576354571120740612272
Binary111110111111011101100101111100101001111000001101010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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