#7E2463

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

Shades of Dark Purple #7E2463

Tints of Dark Purple #7E2463

Color information

#7E2463 (or 0x7E2463) is unknown color: approx Dark Purple. HEX triplet: 7E, 24 and 63. RGB value is (126,36,99). Sum of RGB (Red+Green+Blue) = 126+36+99=261 (34% of max value = 765). Red value is 126 (49.61% from 255 or 48.28% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2463 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2463 is #81DB9C. Grayscale: #454545. Windows color (decimal): -8510365 or 6497406. OLE color: 6497406.

HSL color Cylindrical-coordinate representation of color #7E2463: hue angle of 318º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7E2463 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB1263699-
CMYK00.710.210.51
HSL318º55.56%31.76%-
HSV(B)318º71.43%49.41%-
XYZ11.496.612.47-
YUV70.09144.32167.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 48.28%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 99 (39.06% from 255) = 37.93%
R=48.28%
G=13.79%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126369900.710.210.5131855.5631.76
Hex7E2463047153313e3820
Octal17644143010725634767040
Binary111111010010011000110100011110101110011100111110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,36,99); }

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

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

 a { background-color: rgb(126,36,99); }

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

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

 span { border-color: rgb(126,36,99); }

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