#7F61AA

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

Shades of Deluge #7F61AA

Tints of Deluge #7F61AA

Color information

#7F61AA (or 0x7F61AA) is unknown color: approx Deluge. HEX triplet: 7F, 61 and AA. RGB value is (127,97,170). Sum of RGB (Red+Green+Blue) = 127+97+170=394 (52% of max value = 765). Red value is 127 (50% from 255 or 32.23% from 394); Green value is 97 (38.28% from 255 or 24.62% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F61AA is #809E55. Grayscale: #727272. Windows color (decimal): -8429142 or 11166079. OLE color: 11166079.

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

Color convert

RGB12797170-
CMYK0.250.4300.33
HSL264.66º30.04%52.35%-
HSV(B)264.66º42.94%66.67%-
XYZ20.2815.9640.04-
YUV114.29159.44137.06-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 32.23%
GREEN value IS 97 (38.28% from 255) = 24.62%
BLUE value IS 170 (66.80% from 255) = 43.15%
R=32.23%
G=24.62%
B=43.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal127971700.250.4300.33264.6630.0452.35
Hex7F61AA192B0211091e34
Octal17714125231530414113664
Binary111111111000011010101011001101011010000110000100111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F61AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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