#7F63AA

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

Shades of Deluge #7F63AA

Tints of Deluge #7F63AA

Color information

#7F63AA (or 0x7F63AA) is unknown color: approx Deluge. HEX triplet: 7F, 63 and AA. RGB value is (127,99,170). Sum of RGB (Red+Green+Blue) = 127+99+170=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F63AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F63AA is #809C55. Grayscale: #737373. Windows color (decimal): -8428630 or 11166591. OLE color: 11166591.

HSL color Cylindrical-coordinate representation of color #7F63AA: hue angle of 263.66º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F63AA is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12799170-
CMYK0.250.4200.33
HSL263.66º29.46%52.75%-
HSV(B)263.66º41.76%66.67%-
XYZ20.4716.3440.1-
YUV115.47158.78136.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.07%
GREEN value IS 99 (39.06% from 255) = 25%
BLUE value IS 170 (66.80% from 255) = 42.93%
R=32.07%
G=25%
B=42.93%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127991700.250.4200.33263.6629.4652.75
Hex7F63AA192A0211081d35
Octal17714325231520414103565
Binary111111111000111010101011001101010010000110000100011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,99,170); }

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

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

 a { background-color: rgb(127,99,170); }

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

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

 span { border-color: rgb(127,99,170); }

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