#7F39E5

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

Shades of Blue Violet #7F39E5

Tints of Blue Violet #7F39E5

Color information

#7F39E5 (or 0x7F39E5) is unknown color: approx Blue Violet. HEX triplet: 7F, 39 and E5. RGB value is (127,57,229). Sum of RGB (Red+Green+Blue) = 127+57+229=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 229 (89.84% from 255 or 55.45% from 413); Max value from RGB is 229 - color contains mainly: blue. Hex color #7F39E5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F39E5 is #80C61A. Grayscale: #606060. Windows color (decimal): -8439323 or 15022463. OLE color: 15022463.

HSL color Cylindrical-coordinate representation of color #7F39E5: hue angle of 264.42º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7F39E5 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12757229-
CMYK0.450.7500.10
HSL264.42º76.79%56.08%-
HSV(B)264.42º75.11%89.8%-
XYZ24.3613.175.37-
YUV97.54202.19149.01-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.75%
GREEN value IS 57 (22.66% from 255) = 13.80%
BLUE value IS 229 (89.84% from 255) = 55.45%
R=30.75%
G=13.80%
B=55.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal127572290.450.7500.10264.4276.7956.08
Hex7F39E52D4B0A1084d38
Octal177713455511301241011570
Binary1111111111001111001011011011001011010101000010001001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F39E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,57,229); }

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

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

 a { background-color: rgb(127,57,229); }

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

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

 span { border-color: rgb(127,57,229); }

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