#7E63A8

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

Shades of Deluge #7E63A8

Tints of Deluge #7E63A8

Color information

#7E63A8 (or 0x7E63A8) is unknown color: approx Deluge. HEX triplet: 7E, 63 and A8. RGB value is (126,99,168). Sum of RGB (Red+Green+Blue) = 126+99+168=393 (52% of max value = 765). Red value is 126 (49.61% from 255 or 32.06% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 168 (66.02% from 255 or 42.75% from 393); Max value from RGB is 168 - color contains mainly: blue. Hex color #7E63A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E63A8 is #819C57. Grayscale: #727272. Windows color (decimal): -8494168 or 11035518. OLE color: 11035518.

HSL color Cylindrical-coordinate representation of color #7E63A8: hue angle of 263.48º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E63A8 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12699168-
CMYK0.250.4100.34
HSL263.48º28.4%52.35%-
HSV(B)263.48º41.07%65.88%-
XYZ20.1316.1939.11-
YUV114.94157.95135.89-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 32.06%
GREEN value IS 99 (39.06% from 255) = 25.19%
BLUE value IS 168 (66.02% from 255) = 42.75%
R=32.06%
G=25.19%
B=42.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal126991680.250.4100.34263.4828.452.35
Hex7E63A819290221071c34
Octal17614325031510424073464
Binary111111011000111010100011001101001010001010000011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E63A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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