#7E27DE

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

Shades of Blue Violet #7E27DE

Tints of Blue Violet #7E27DE

Color information

#7E27DE (or 0x7E27DE) is unknown color: approx Blue Violet. HEX triplet: 7E, 27 and DE. RGB value is (126,39,222). Sum of RGB (Red+Green+Blue) = 126+39+222=387 (51% of max value = 765). Red value is 126 (49.61% from 255 or 32.56% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #7E27DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E27DE is #81D821. Grayscale: #555555. Windows color (decimal): -8509474 or 14559102. OLE color: 14559102.

HSL color Cylindrical-coordinate representation of color #7E27DE: hue angle of 268.52º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7E27DE is Cyan = 0.43, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12639222-
CMYK0.430.8200.13
HSL268.52º73.49%51.18%-
HSV(B)268.52º82.43%87.06%-
XYZ22.5111.1670.07-
YUV85.88204.82156.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.56%
GREEN value IS 39 (15.62% from 255) = 10.08%
BLUE value IS 222 (87.11% from 255) = 57.36%
R=32.56%
G=10.08%
B=57.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal126392220.430.8200.13268.5273.4951.18
Hex7E27DE2B520D10d4933
Octal176473365312201541511163
Binary1111110100111110111101010111010010011011000011011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E27DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,39,222); }

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

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

 a { background-color: rgb(126,39,222); }

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

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

 span { border-color: rgb(126,39,222); }

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