#7F2EF0

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

Shades of Blue Violet #7F2EF0

Tints of Blue Violet #7F2EF0

Color information

#7F2EF0 (or 0x7F2EF0) is unknown color: approx Blue Violet. HEX triplet: 7F, 2E and F0. RGB value is (127,46,240). Sum of RGB (Red+Green+Blue) = 127+46+240=413 (54% of max value = 765). Red value is 127 (50% from 255 or 30.75% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 240 (94.14% from 255 or 58.11% from 413); Max value from RGB is 240 - color contains mainly: blue. Hex color #7F2EF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F2EF0 is #80D10F. Grayscale: #5B5B5B. Windows color (decimal): -8442128 or 15740543. OLE color: 15740543.

HSL color Cylindrical-coordinate representation of color #7F2EF0: hue angle of 265.05º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F2EF0 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12746240-
CMYK0.470.8100.06
HSL265.05º86.61%56.08%-
HSV(B)265.05º80.83%94.12%-
XYZ25.4612.7683.56-
YUV92.34211.34152.73-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.75%
GREEN value IS 46 (18.36% from 255) = 11.14%
BLUE value IS 240 (94.14% from 255) = 58.11%
R=30.75%
G=11.14%
B=58.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal127462400.470.8100.06265.0586.6156.08
Hex7F2EF02F51061095738
Octal17756360571210641112770
Binary111111110111011110000101111101000101101000010011010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2EF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,46,240); }

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

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

 a { background-color: rgb(127,46,240); }

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

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

 span { border-color: rgb(127,46,240); }

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