#7F3AF7

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

Shades of Blue Violet #7F3AF7

Tints of Blue Violet #7F3AF7

Color information

#7F3AF7 (or 0x7F3AF7) is unknown color: approx Blue Violet. HEX triplet: 7F, 3A and F7. RGB value is (127,58,247). Sum of RGB (Red+Green+Blue) = 127+58+247=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 58 (23.05% from 255 or 13.43% from 432); Blue value is 247 (96.88% from 255 or 57.18% from 432); Max value from RGB is 247 - color contains mainly: blue. Hex color #7F3AF7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F3AF7 is #80C508. Grayscale: #636363. Windows color (decimal): -8439049 or 16202367. OLE color: 16202367.

HSL color Cylindrical-coordinate representation of color #7F3AF7: hue angle of 261.9º 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 #7F3AF7 is Cyan = 0.49, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB12758247-
CMYK0.490.7700.03
HSL261.9º92.2%59.8%-
HSV(B)261.9º76.52%96.86%-
XYZ27.0514.2589.32-
YUV100.18210.86147.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.40%
GREEN value IS 58 (23.05% from 255) = 13.43%
BLUE value IS 247 (96.88% from 255) = 57.18%
R=29.40%
G=13.43%
B=57.18%

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
Decimal127582470.490.7700.03261.992.259.8
Hex7F3AF7314D031065c3c
Octal17772367611150340613474
Binary11111111110101111011111000110011010111000001101011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3AF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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