#7D3AEF

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

Shades of Blue Violet #7D3AEF

Tints of Blue Violet #7D3AEF

Color information

#7D3AEF (or 0x7D3AEF) is unknown color: approx Blue Violet. HEX triplet: 7D, 3A and EF. RGB value is (125,58,239). Sum of RGB (Red+Green+Blue) = 125+58+239=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #7D3AEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3AEF is #82C510. Grayscale: #626262. Windows color (decimal): -8570129 or 15678077. OLE color: 15678077.

HSL color Cylindrical-coordinate representation of color #7D3AEF: hue angle of 262.21º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7D3AEF is Cyan = 0.48, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12558239-
CMYK0.480.7600.06
HSL262.21º84.98%58.24%-
HSV(B)262.21º75.73%93.73%-
XYZ25.5513.6282.94-
YUV98.67207.2146.78-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.62%
GREEN value IS 58 (23.05% from 255) = 13.74%
BLUE value IS 239 (93.75% from 255) = 56.64%
R=29.62%
G=13.74%
B=56.64%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal125582390.480.7600.06262.2184.9858.24
Hex7D3AEF304C06106553a
Octal17572357601140640612572
Binary111110111101011101111110000100110001101000001101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3AEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,58,239); }

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

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

 a { background-color: rgb(125,58,239); }

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

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

 span { border-color: rgb(125,58,239); }

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