#7f11ed

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

Shades of Blue Violet #7F11ED

Tints of Blue Violet #7F11ED

Color information

#7F11ED (or 0x7F11ED) is unknown color: approx Blue Violet. HEX triplet: 7F, 11 and ED. RGB value is (127,17,237). Sum of RGB (Red+Green+Blue) = 127+17+237=381 (50% of max value = 765). Red value is 127 (50% from 255 or 33.33% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 237 (92.97% from 255 or 62.20% from 381); Max value from RGB is 237 - color contains mainly: blue. Hex color #7F11ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7F11ED is #80EE12. Grayscale: #4A4A4A. Windows color (decimal): -8449555 or 15536511. OLE color: 15536511.

HSL color Cylindrical-coordinate representation of color #7F11ED: hue angle of 270º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F11ED is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12717237-
CMYK0.460.9300.07
HSL270º86.61%49.8%-
HSV(B)270º92.83%92.94%-
XYZ24.2411.0380.97-
YUV74.97219.44165.11-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 33.33%
GREEN value IS 17 (7.03% from 255) = 4.46%
BLUE value IS 237 (92.97% from 255) = 62.20%
R=33.33%
G=4.46%
B=62.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal127172370.460.9300.0727086.6149.8
Hex7F11ED2E5D0710e5732
Octal17721355561350741612762
Binary11111111000111101101101110101110101111000011101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f11ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,17,237); }

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

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

 a { background-color: rgb(127,17,237); }

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

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

 span { border-color: rgb(127,17,237); }

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