#7D3AF7

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

Shades of Blue Violet #7D3AF7

Tints of Blue Violet #7D3AF7

Color information

#7D3AF7 (or 0x7D3AF7) is unknown color: approx Blue Violet. HEX triplet: 7D, 3A and F7. RGB value is (125,58,247). Sum of RGB (Red+Green+Blue) = 125+58+247=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #7D3AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7D3AF7 is #82C508. Grayscale: #626262. Windows color (decimal): -8570121 or 16202365. OLE color: 16202365.

HSL color Cylindrical-coordinate representation of color #7D3AF7: hue angle of 261.27º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7D3AF7 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12558247-
CMYK0.490.7700.03
HSL261.27º92.2%59.8%-
HSV(B)261.27º76.52%96.86%-
XYZ26.7614.189.31-
YUV99.58211.2146.13-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.07%
GREEN value IS 58 (23.05% from 255) = 13.49%
BLUE value IS 247 (96.88% from 255) = 57.44%
R=29.07%
G=13.49%
B=57.44%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal125582470.490.7700.03261.2792.259.8
Hex7D3AF7314D031055c3c
Octal17572367611150340513474
Binary11111011110101111011111000110011010111000001011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D3AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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