#7F40E8

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

Shades of Blue Violet #7F40E8

Tints of Blue Violet #7F40E8

Color information

#7F40E8 (or 0x7F40E8) is unknown color: approx Blue Violet. HEX triplet: 7F, 40 and E8. RGB value is (127,64,232). Sum of RGB (Red+Green+Blue) = 127+64+232=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 232 (91.02% from 255 or 54.85% from 423); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F40E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #7F40E8 is #80BF17. Grayscale: #656565. Windows color (decimal): -8437528 or 15220863. OLE color: 15220863.

HSL color Cylindrical-coordinate representation of color #7F40E8: hue angle of 262.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F40E8 is Cyan = 0.45, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB12764232-
CMYK0.450.7200.09
HSL262.5º78.5%58.04%-
HSV(B)262.5º72.41%90.98%-
XYZ25.1514.0177.72-
YUV101.99201.37145.84-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.02%
GREEN value IS 64 (25.39% from 255) = 15.13%
BLUE value IS 232 (91.02% from 255) = 54.85%
R=30.02%
G=15.13%
B=54.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal127642320.450.7200.09262.578.558.04
Hex7F40E82D48091064f3a
Octal1771003505511001140611772
Binary11111111000000111010001011011001000010011000001101001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F40E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,64,232); }

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

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

 a { background-color: rgb(127,64,232); }

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

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

 span { border-color: rgb(127,64,232); }

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