#7E27AF

Color #7E27AF Royal Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Purple #7E27AF

Tints of Royal Purple #7E27AF

Color information

#7E27AF (or 0x7E27AF) is unknown color: approx Royal Purple. HEX triplet: 7E, 27 and AF. RGB value is (126,39,175). Sum of RGB (Red+Green+Blue) = 126+39+175=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 39 (15.62% from 255 or 11.47% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E27AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E27AF is #81D850. Grayscale: #505050. Windows color (decimal): -8509521 or 11478910. OLE color: 11478910.

HSL color Cylindrical-coordinate representation of color #7E27AF: hue angle of 278.38º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7E27AF is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12639175-
CMYK0.280.7800.31
HSL278.38º63.55%41.96%-
HSV(B)278.38º77.71%68.63%-
XYZ17.078.9841.39-
YUV80.52181.32160.44-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 37.06%
GREEN value IS 39 (15.62% from 255) = 11.47%
BLUE value IS 175 (68.75% from 255) = 51.47%
R=37.06%
G=11.47%
B=51.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal126391750.280.7800.31278.3863.5541.96
Hex7E27AF1C4E01F116402a
Octal176472573411603742610052
Binary1111110100111101011111110010011100111111000101101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E27AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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